Tobias Weise affe3011fe
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 11s
no more env and env in ci deploy workflow
2024-08-15 23:05:18 +02:00

11 lines
253 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=1234