igdb/code/database/constants.py

4 lines
56 B
Python

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