1
0
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:
Alexandre Iooss
2020-10-12 21:23:06 +02:00
parent fc96fa4d4e
commit 407d565927
4 changed files with 85 additions and 172 deletions

View File

@ -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"