Changeset 662 in tmcsimulator for trunk/config/cad_server_practice.properties


Ignore:
Timestamp:
09/14/2022 03:24:10 PM (4 years ago)
Author:
jdalbey
Message:

config directory overhaul

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/config/cad_server_practice.properties

    r573 r662  
    1 # CAD Server properties for Practice Session 
     1# CAD Server properties for Practice Scenario Session 
     2# This file is referenced by scripts in the bin folder. 
     3# Only the Traffic Mgr Property is different, as it specifies 
     4# the traffic events for the practice scenario 
     5 
     6TrafficMgrProperties   = config/traffic_model_config/practice.properties 
     7 
    28CADClientPort          = 4444  
    39CoordinatorRMIPort     = 4445  
     
    511CMSDiversionXML        = config/cmsdiversions.xml 
    612AudioFileLocation      = Scenarios/Audio/ 
    7 #UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    813UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    9 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    10 ATMSProperties         = config/cad_simulator_atms_config.properties 
    11 TrafficMgrProperties   = config/traffic_model_config/practice.properties 
    12 MediaProperties        = config/cad_simulator_media_config.properties 
    13 # The location where the Coordinator writes the simulation time 
     14MediaProperties        = config/cad_server_media.properties 
     15ParamicsProperties     = config/cad_server_paramics.properties 
     16ATMSProperties         = config/cad_server_atms.properties 
     17 
    1418ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
    15 # The location where the Coordinator writes the CAD comments log 
    1619CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
Note: See TracChangeset for help on using the changeset viewer.