| 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 & |
|---|
| 6 | Highways_Map_File = config/vds_data/sample_data/highway55_map.txt |
|---|
| 7 | Events_File = config/vds_data/sample_data/defect118events.txt |
|---|
| 8 | FEPSim_IP_addr = localhost |
|---|
| 9 | Output_Destination = FEP |
|---|
| 10 | Highway_Status_File = webapps/dynamicdata/highway_status.json |
|---|
Note: See
TracBrowser
for help on using the repository browser.