mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix
This commit is contained in:
parent
da4ca071e0
commit
1015bbef81
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__
|
|||
# export DATABASE_DISABLE_POOLING=
|
||||
|
||||
# Redis (required for API rate limits and email sending)
|
||||
export REDIS_URL=redis://127.0.0.1:6379/__REDIS_DB__
|
||||
# export REDIS_URL=
|
||||
|
||||
# API rate limits
|
||||
# export API_RATE_LIMITS="300 per 5 minutes"
|
||||
|
|
Loading…
Reference in a new issue