rar-index-py/flask/example.config.py
Michael Rodin edc3e55ead Small config file
Added a small config file with some variables
2023-10-19 19:39:54 +02:00

6 lines
155 B
Python

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