rar-index-py/flask/example.config.py

6 lines
155 B
Python
Raw Permalink Normal View History

MARIADB_USER="rar_index_app"
MARIADB_PASSWORD="password"
MARIADB_HOST="db"
MARIADB_DB="rar_index"
RAR_COOKIE_LIFETIME=3000000 # cookie lifetime in seconds