Files
hummingbot-dashboard/credentials.yml
2023-10-02 14:17:06 -03:00

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