APP_NAME = 'rest-app'
AUTHOR = 'One-Off Coder'
DB_USER = 'oneoffcoder'
DB_PW = 'isthebest'
DB_INSTANCE = 'school'
DB_HOST = 'localhost'
DB_PORT = 3306