Changeset 662 in tmcsimulator for trunk/config/cad_server_console.properties
- Timestamp:
- 09/14/2022 03:24:10 PM (4 years ago)
- File:
-
- 1 moved
-
trunk/config/cad_server_console.properties (moved) (moved from trunk/config/cad_simulator_console_config.properties) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/cad_server_console.properties
r573 r662 1 # For testing, this config specifies the console (text-based) user interface 2 # for the CAD Server. Everything else is the same as the default config. 3 4 UserInterface = tmcsim.cadsimulator.viewer.CADConsoleViewer 5 1 6 CADClientPort = 4444 2 7 CoordinatorRMIPort = 4445 3 8 CADRmiPort = 4446 9 AudioFileLocation = Scenarios/Audio/ 10 ElapsedTimeFile = webapps/dynamicdata/sim_elapsedtime.json 11 CADcommentsLog = webapps/dynamicdata/CADcomments.log 4 12 CMSDiversionXML = config/cmsdiversions.xml 5 AudioFileLocation = Scenarios/Audio/ 6 #UserInterface = tmcsim.cadsimulator.viewer.CADSimulatorViewer 7 UserInterface = tmcsim.cadsimulator.viewer.CADConsoleViewer 8 ParamicsProperties = config/cad_simulator_paramics_config.properties 9 ATMSProperties = config/cad_simulator_atms_config.properties 10 MediaProperties = config/cad_simulator_media_config.properties 13 11 14 TrafficMgrProperties = config/traffic_model_config/traffic_model_config.properties 12 # The location where the Coordinator writes the simulation time 13 ElapsedTimeFile = webapps/dynamicdata/sim_elapsedtime.json 14 # The location where the Coordinator writes the CAD comments log 15 CADcommentsLog = CADcomments.log 15 MediaProperties = config/cad_server_media.properties 16 ParamicsProperties = config/cad_server_paramics.properties 17 ATMSProperties = config/cad_server_atms.properties
Note: See TracChangeset
for help on using the changeset viewer.
