c7d575a0ff
* wip: add files server as a service to home-server * wip: introduce home-server controllers without inversify-express-utils decorators. Move in progress * fix(auth): move remaining home server controllers * fix(syncing-server): home server controllers * fix(revisions): home server controllers * fix: specs * fix: import for legacy controller * fix: remove router debug
20 lines
318 B
Text
20 lines
318 B
Text
LOG_LEVEL=debug
|
|
NODE_ENV=development
|
|
VERSION=development
|
|
|
|
# (Optional) New Relic Setup
|
|
NEW_RELIC_ENABLED=false
|
|
NEW_RELIC_APP_NAME="Home Server"
|
|
|
|
CACHE_TYPE=memory
|
|
|
|
DB_TYPE=sqlite
|
|
DB_DATABASE=home_server
|
|
|
|
JWT_SECRET=
|
|
AUTH_JWT_SECRET=
|
|
ENCRYPTION_SERVER_KEY=
|
|
PSEUDO_KEY_PARAMS_KEY=
|
|
VALET_TOKEN_SECRET=
|
|
|
|
FILES_SERVER_URL=
|