source: tmcsimulator/trunk/config/sim_manager.properties @ 662

Revision 662, 709 bytes checked in by jdalbey, 4 years ago (diff)

config directory overhaul

  • Property svn:executable set to *
Line 
1# Configuration settings for the Simulation Manager
2# The properties file for the SimulationManager class contains the following
3# data.
4#
5# CADServerHost     : The IP address where the CAD Server is running. 
6#                   : CADServer must be running before starting Sim Mgr
7# CADServerRMIPort  : The port to use for RMI connection.  This must match
8#                   : the port specified in CAD Server config "CoordinatorRMIPort"
9# ScenariosDir      : The directory where Scenario xml files are located.
10# FakeParamicsConnection: I don't know yet ... read the source code.
11
12
13CADServerHost       = 127.0.0.1
14CADServerRMIPort    = 4445
15ScenariosDir        = Scenarios
16FakeParamicsConnection = false
Note: See TracBrowser for help on using the repository browser.