add example config, change default db name

This commit is contained in:
Maximilian Keßler 2023-07-05 21:13:01 +02:00
parent 8f0ff1ecb2
commit ce15595322
Signed by: max
GPG Key ID: BCC5A619923C0BA5
2 changed files with 4 additions and 1 deletions

3
example_config.yaml Normal file
View File

@ -0,0 +1,3 @@
dbname: hanab-live
dbuser: hanabi
dbpass: null

View File

@ -9,7 +9,7 @@ COLOR_INITIALS = 'rygbpt'
PLAYER_NAMES = ["Alice", "Bob", "Cathy", "Donald", "Emily", "Frank"]
# DB connection parameters
DEFAULT_DB_NAME = 'hanabi-live'
DEFAULT_DB_NAME = 'hanab-live'
DEFAULT_DB_USER = 'hanabi'