se-hub/Testing/config.py

21 lines
429 B
Python
Raw Normal View History

__author__ = 'etye'
__CONFIG__ = {
'DEBUG': False,
'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'
2015-06-29 16:24:41 +00:00
},
'ID':{
'STUDENT_ID':4818609708728320,
'LECTURER_ID':6225984592281600
}
}