se-hub/Testing/config.py

14 lines
285 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'
}
}