Commit authored by Derek Williams's avatar Derek Williams
......@@ -28,25 +28,6 @@ You can change whatever you want in that window, and then click **OK**
# Run Configurations Setup
## Command Line Arguments
**LoginServer** *(always listens to port 1871)*
* --localhost - will use the test RDS database
* --production - will use the production RDS database
**GameServer**
* --port=x - will listen for connections on that port number
* --map=x - specifies the map file the server should manage (required)
* --localhost - will cause it to use the test RDS database
* --production - will cause it to use the production RDS database
**GameClient**
* --loginhost - the hostname of the machine running the login server
**GameManager**
* --localhost - will use the test RDS database
* --db= - will specify which RDS database will be used
## Creating a run configuration
After you have imported the project into IntelliJ, you will need to create a few run configurations.
There will already be a few loaded, so below are the steps to create a new one.
......
......