mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
36 lines
789 B
Text
36 lines
789 B
Text
__YNH_NODE_LOAD_PATH__
|
|
|
|
LOG_LEVEL="info"
|
|
NODE_ENV="production"
|
|
VERSION="production"
|
|
|
|
AUTH_JWT_SECRET=__AUTH_JWT_SECRET__
|
|
|
|
PORT="__PORT_WORKSPACE__"
|
|
|
|
DB_HOST=localhost
|
|
DB_REPLICA_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USERNAME=__DB_USER__
|
|
DB_PASSWORD=__DB_PWD__
|
|
DB_DATABASE=__DB_NAME__
|
|
DB_DEBUG_LEVEL=all # "all" | "query" | "schema" | "error" | "warn" | "info" | "log" | "migration"
|
|
DB_MIGRATIONS_PATH=dist/migrations/*.js
|
|
|
|
REDIS_URL="redis://localhost:6379/__REDIS_DB__"
|
|
|
|
SNS_TOPIC_ARN=
|
|
SNS_AWS_REGION=
|
|
SQS_QUEUE_URL=
|
|
SQS_AWS_REGION=
|
|
|
|
REDIS_EVENTS_CHANNEL=events
|
|
|
|
# (Optional) New Relic Setup
|
|
NEW_RELIC_ENABLED=false
|
|
NEW_RELIC_APP_NAME=Workspace
|
|
NEW_RELIC_LICENSE_KEY=
|
|
NEW_RELIC_NO_CONFIG_FILE=true
|
|
NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=false
|
|
NEW_RELIC_LOG_ENABLED=false
|
|
NEW_RELIC_LOG_LEVEL=info
|