mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-30 03:24:28 +01:00
14 lines
433 B
YAML
14 lines
433 B
YAML
cookie:
|
|
expiry_days: 30
|
|
key: random_signature_key
|
|
name: random_cookie_name
|
|
credentials:
|
|
usernames:
|
|
master:
|
|
email: admin@gmail.com
|
|
name: Admin User
|
|
password: abc # To be replaced with hashed password: hashed_passwords = stauth.Hasher(['abc', 'def']).generate()
|
|
preauthorized: # the preferred way to add users since there is no need for manual hashing of passwords
|
|
emails:
|
|
- operations@hummingbot.org
|