hanabi-league/constants.py

10 lines
325 B
Python
Raw Normal View History

2023-11-22 15:34:24 +01:00
# This file should only contain constants that we use throughout the program,
# i.e. stuff that might be changed at some point, but not changed on user-level
2023-11-22 15:31:36 +01:00
APP_NAME = 'hanabi-league'
DB_CONFIG_FILE_NAME = 'config.yaml'
DEFAULT_DB_NAME = 'hanabi-league'
DEFAULT_DB_USER = 'hanabi-league'
DEFAULT_DB_PASS = 'hanabi-league'