Changeset 662 in tmcsimulator for trunk/config/cad_server_console.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_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 
     4UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
     5 
    16CADClientPort          = 4444  
    27CoordinatorRMIPort     = 4445  
    38CADRmiPort             = 4446 
     9AudioFileLocation      = Scenarios/Audio/ 
     10ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     11CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
    412CMSDiversionXML        = 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 
    1114TrafficMgrProperties   = 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 
     15MediaProperties        = config/cad_server_media.properties 
     16ParamicsProperties     = config/cad_server_paramics.properties 
     17ATMSProperties         = config/cad_server_atms.properties 
Note: See TracChangeset for help on using the changeset viewer.