1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
Thomas 2023-02-27 23:37:08 +01:00 committed by GitHub
parent da4ca071e0
commit 1015bbef81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ export DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__
# export DATABASE_DISABLE_POOLING= # 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://127.0.0.1:6379/__REDIS_DB__ # export REDIS_URL=
# API rate limits # API rate limits
# export API_RATE_LIMITS="300 per 5 minutes" # export API_RATE_LIMITS="300 per 5 minutes"