This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
hackfridge/mainframe/config.py

6 lines
117 B
Python

db_host = "localhost"
db_prefix = "hf_"
db_user = "hackfridge"
db_password = "hackfridge"
db_database = "hackfridge"