Tobias Weise e9c1d1815f
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 3m9s
app factory and more
2024-09-09 16:18:32 +02:00

12 lines
291 B
Bash

APP_PREFIX=creative_bots
# DEFAULT_USERS is list of lists, each nested list respectively contains email, password and role
DEFAULT_USERS=[["user@mail.net", "12345", "user"], ["admin@mail.net", "12345", "admin"]]
#JWT encryption secret:
SECRET=23A344F670E
#WARN INFO FATAL
LOG_LEVEL=WARN