source: tmcsimulator/trunk/config/traffic_model_config/defect118_config.properties @ 411

Revision 411, 523 bytes checked in by jdalbey, 7 years ago (diff)

Update config files with property for dynamic data files

Line 
1# This config is to setup the testcase that reveals defect #118
2# The highway map is limited to just highway 55, yet the traffic events
3# includes highway 405, causing a NPE.
4# To use this file run:
5# java -DPROP_FILE=cad_simulator_defect118.properties -jar deploy/CADserver.jar &
6Highways_Map_File = config/vds_data/sample_data/highway55_map.txt
7Events_File = config/vds_data/sample_data/defect118events.txt
8FEPSim_IP_addr = localhost
9Output_Destination = FEP
10Highway_Status_File = webapps/dynamicdata/highway_status.json
Note: See TracBrowser for help on using the repository browser.