se-hub/Testing/config.py
etyemyer faad6dae00 Added Tests CoursesApi - course create
UserApi - Fixed tests
2015-06-17 23:18:13 +03:00

15 lines
No EOL
315 B
Python

__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',
'CAMPUS_NAME':'JCE'
}
}