se-hub/Testing/config.py

17 lines
332 B
Python
Raw Normal View History

__author__ = 'etye'
__CONFIG__ = {
'DEBUG': True,
'PATHS': {
'DEBUG': 'http://localhost:8080/',
'PRODUCTION': 'http://se-hub.appspot.com/'
},
'TOKENS':{
'STUDENT': '_QA_TOKEN_TEST_STUDENT',
'LECTURER': '_QA_TOKEN_TEST_LECTURER'
2015-06-21 20:19:44 +00:00
},
'CAMPUS_NAME':{
'JCE':'JCE'
}
}