igdb/code/database/constants.py

4 lines
56 B
Python
Raw Normal View History

DB_NAME = "igdb"
DB_USER = "igdb"
DB_PW = "agentorange"