mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-28 16:32:46 +02:00
Switch to configuro package
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
#
|
||||
# All settings can also be changed with an environnement variable,
|
||||
# e.g. GHOSTREAM_AUTH_BACKEND=ldap will change auth.backend to "ldap"
|
||||
#
|
||||
# You may also use GHOSTREAM_CONFIG environnement variable to change the
|
||||
# loading path of the configuration.
|
||||
|
||||
## Authentification package ##
|
||||
auth:
|
||||
@ -21,6 +24,8 @@ auth:
|
||||
# To generate bcrypt hashed password from Python, use:
|
||||
# python3 -c 'import bcrypt; print(bcrypt.hashpw(b"PASSWORD", bcrypt.gensalt(rounds=15)).decode("ascii"))'
|
||||
#
|
||||
# Please replace "." by "_" in keys.
|
||||
#
|
||||
#basic:
|
||||
# credentials:
|
||||
# # Demo user with password "demo"
|
||||
|
Reference in New Issue
Block a user