mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Update: .env files
This commit is contained in:
parent
a0c4044467
commit
d64b858bfb
3 changed files with 16 additions and 0 deletions
|
@ -9,6 +9,7 @@ PORT="__PORT_API_GATEWAY__"
|
||||||
SYNCING_SERVER_JS_URL="http://localhost:__PORT_SYNCING_SERVER_JS__"
|
SYNCING_SERVER_JS_URL="http://localhost:__PORT_SYNCING_SERVER_JS__"
|
||||||
AUTH_SERVER_URL="http://localhost:__PORT_AUTH__"
|
AUTH_SERVER_URL="http://localhost:__PORT_AUTH__"
|
||||||
#PAYMENTS_SERVER_URL=http://payments:3000
|
#PAYMENTS_SERVER_URL=http://payments:3000
|
||||||
|
#FILES_SERVER_URL=http://files:3000
|
||||||
|
|
||||||
HTTP_CALL_TIMEOUT=60000
|
HTTP_CALL_TIMEOUT=60000
|
||||||
|
|
||||||
|
@ -30,3 +31,6 @@ REDIS_EVENTS_CHANNEL=events
|
||||||
# (Optional) SNS Setup
|
# (Optional) SNS Setup
|
||||||
SNS_TOPIC_ARN=
|
SNS_TOPIC_ARN=
|
||||||
SNS_AWS_REGION=
|
SNS_AWS_REGION=
|
||||||
|
|
||||||
|
# (Optional) Caching Cross Service Tokens
|
||||||
|
CROSS_SERVICE_TOKEN_CACHE_TTL=
|
||||||
|
|
|
@ -64,3 +64,9 @@ USER_SERVER_AUTH_KEY=
|
||||||
# (Optional) Sentry Setup
|
# (Optional) Sentry Setup
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
SENTRY_ENVIRONMENT=
|
SENTRY_ENVIRONMENT=
|
||||||
|
|
||||||
|
VALET_TOKEN_SECRET=
|
||||||
|
VALET_TOKEN_TTL=
|
||||||
|
|
||||||
|
# (Optional) Analytics
|
||||||
|
ANALYTICS_ENABLED=false
|
||||||
|
|
|
@ -65,3 +65,9 @@ USER_SERVER_AUTH_KEY=
|
||||||
# (Optional) Sentry Setup
|
# (Optional) Sentry Setup
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
SENTRY_ENVIRONMENT=
|
SENTRY_ENVIRONMENT=
|
||||||
|
|
||||||
|
VALET_TOKEN_SECRET=
|
||||||
|
VALET_TOKEN_TTL=
|
||||||
|
|
||||||
|
# (Optional) Analytics
|
||||||
|
ANALYTICS_ENABLED=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue