Skip to content
jasonChiu edited this page Feb 8, 2015 · 1 revision

Configuration File

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.

File Path

In course-server module: src/main/resources/production

Files

  • 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 ]
    

Clone this wiki locally