brata-hsdc / brata.masterserver

Behind-the-scenes coordination and support for the HSDC
Apache License 2.0
1 stars 0 forks source link

Add FLIGHT_SERVICE_SERVER_ADDRESS to Settings #81

Closed ellerychan closed 8 years ago

ellerychan commented 8 years ago

The FlightService app (in brata.station) can run on a different host (or the same host) as the MS. The student test links page has a link to the FlightService, so somehow the MS needs to know where the FlightService is running so it can create a link to it.

For lack of a better idea, we will put the address (host:port) in the Setting table.

ellerychan commented 8 years ago

Turns out that this value already exists in Settings: DOCK_TEST_HOST