| Revision 678,
662 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
Create config/devlinux folder with config files for development use. Files in config modified for production.
|
| Line | |
|---|
| 1 | # Config settings for CAD Clients |
|---|
| 2 | |
|---|
| 3 | CADPosition = 2 |
|---|
| 4 | # Specify where CAD server is running: 192.168.251.116 for Production, 192.168.251.127 for Development workstation, 127.0.0.1 for local development |
|---|
| 5 | CADSimulatorHost = 127.0.0.1 |
|---|
| 6 | #CADSimulatorHost = 192.168.251.116 |
|---|
| 7 | #CADSimulatorHost = 192.168.251.127 |
|---|
| 8 | CADUserID = A1245 |
|---|
| 9 | CADSimulatorSocketPort = 4444 |
|---|
| 10 | CADRmiPort = 4446 |
|---|
| 11 | #KeyboardType = CAD |
|---|
| 12 | #DisplayType = FRAME |
|---|
| 13 | DisplayType = FULL_SCREEN |
|---|
| 14 | KeyboardType = STD |
|---|
| 15 | # File containing names of students to display in login screen |
|---|
| 16 | StudentNamesFile = config/student_names.txt |
|---|
Note: See
TracBrowser
for help on using the repository browser.