mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 15:09:33 +00:00
16 lines
344 B
YAML
16 lines
344 B
YAML
# This only works if you change the env variable in the docker-compose.yml
|
|
credentials:
|
|
usernames:
|
|
admin:
|
|
email: admin@gmail.com
|
|
name: John Doe
|
|
logged_in: False
|
|
password: abc
|
|
cookie:
|
|
expiry_days: 0
|
|
key: some_signature_key # Must be string
|
|
name: some_cookie_name
|
|
pre-authorized:
|
|
emails:
|
|
- admin@admin.com
|