6 lines
155 B
Python
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
|