(feat) add credentials configuration

This commit is contained in:
cardosofede
2024-07-09 17:50:54 +03:00
parent d50b5d2efd
commit 8bf1a08f57

15
credentials.yml Normal file
View File

@@ -0,0 +1,15 @@
# This only works if you change the env variable in the docker-compose.yml
credentials:
usernames:
admin:
email: admin@gmail.com
name: Admin User
logged_in: False
password: abc
cookie:
expiry_days: 30
key: some_signature_key # Must be string
name: some_cookie_name
pre-authorized:
emails:
- admin@admin.com