igdb/code/database/constants.py

5 lines
82 B
Python

DB_NAME = "igdb"
DB_USER = "igdb"
DB_PW = "agentorange"
ADMIN_PW = "fuckmonsanto"