Environment variables
AutoDLA behaivor is controlled using enviroment variables, here's a list of those
General
-
DATETIME_FORMATDEFAULT_VALUE='%Y-%m-%d %H:%M:%S'TYPE=STR
Controls the str format used for datetime conversion
-
AUTODLA_SQL_VERBOSEDEFAULT_VALUE=FALSETYPE=BOOL
Controls if AutoDLA logs the execution of SQL Querys
AutoDLA WEB
-
AUTODLAWEB_USERDEFAULT_VALUE='autodla'TYPE=STR
User for AutoDLA WEB Admin Panel authentication
-
AUTODLAWEB_PASSWORDDEFAULT_VALUE='password'TYPE=STR
Password for AutoDLA WEB Admin Panel authentication
PostgreSQL
Connection variables for PostgreSQL
-
AUTODLA_POSTGRES_USERDEFAULT_VALUE='postgres'TYPE=STR
-
AUTODLA_POSTGRES_PASSWORDDEFAULT_VALUE='password'TYPE=STR
-
AUTODLA_POSTGRES_HOSTDEFAULT_VALUE='localhost'TYPE=STR
-
AUTODLA_POSTGRES_DBDEFAULT_VALUE='my_db'TYPE=STR