Prints some config settings for debugging

This commit is contained in:
Aaron Louie 2020-04-15 14:03:04 -04:00
parent 90b2a1d744
commit 5e924b3646
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ SSO_ATTRIBUTE_MAP = {
'displayName': (False, 'display_name'), # Daniel Harold Funk
'title': (False, 'title') # SOFTWARE ENGINEER V
}
print('+++ USING TRAVIS TESTING CONFIG: +++')
print('SQLALCHEMY_DATABASE_URI = ', SQLALCHEMY_DATABASE_URI)
print('DEVELOPMENT = ', DEVELOPMENT)
print('TESTING = ', TESTING)
print('FRONTEND_AUTH_CALLBACK = ', FRONTEND_AUTH_CALLBACK)