mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update .env.production
This commit is contained in:
parent
68d5c322e9
commit
4d84119edf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export UPLOAD_FOLDER=/home/yunohost.app/__APP__/data
|
||||||
|
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
export DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__
|
export DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__
|
||||||
export DATABASE_DISABLE_POOLING=true
|
# export DATABASE_DISABLE_POOLING=
|
||||||
|
|
||||||
# Redis (required for API rate limits and email sending)
|
# Redis (required for API rate limits and email sending)
|
||||||
export REDIS_URL=redis://
|
export REDIS_URL=redis://
|
||||||
|
|
Loading…
Reference in a new issue