-
Notifications
You must be signed in to change notification settings - Fork 1
ConfigurationFile
jasonChiu edited this page Feb 8, 2015
·
1 revision
There are five configuration files for server now. You have to put them to correct path and give valid value or the server will not be launched successfully.
In course-server module: src/main/resources/production
-
remote.properties : for remote services
Field Optional Description remote_course_service required the course service address to fetch course data, ex: https://localhost/course/api/v1/remote_token_service required the oauth service address to validate oauth token, ex: https://localhost/oauth/management/v1/token/string/remote_course_service = [ course service remote address ] remote_token_service = [ oauth token service address ]