mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 15:09:33 +00:00
(feat) add credentials configuration
This commit is contained in:
15
credentials.yml
Normal file
15
credentials.yml
Normal 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
|
||||
Reference in New Issue
Block a user