add example config, change default db name
This commit is contained in:
parent
8f0ff1ecb2
commit
ce15595322
2 changed files with 4 additions and 1 deletions
3
example_config.yaml
Normal file
3
example_config.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
dbname: hanab-live
|
||||
dbuser: hanabi
|
||||
dbpass: null
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue