Update Setting up IntelliJ authored by Jacob Karpovich's avatar Jacob Karpovich
......@@ -67,6 +67,9 @@ The environment variables text box in each run configuration should contain: `IN
| Outside Mowrey | Server | `GameServer.main` | --port="1882" --map="outsideOfMowrey.tmx" | FreshmanRPG/GameServer |
| Quad | Server | `GameServer.main` | --port="1883" --map="quad.tmx" | FreshmanRPG/GameServer |
| DHC1 | Server | `GameServer.main` | --port="1884" --map="dhc1.tmx" | FreshmanRPG/GameServer |
| Rail Trail | Server | `GameServer.main` | --port="1885" --map="RailTrail.tmx" | FreshmanRPG/GameServer |
| Fountain | Server | `GameServer.main` | --port="1886" --map="Fountain.tmx" | FreshmanRPG/GameServer |
| Old Main | Server | `GameServer.main` | --port="1887" --map="oldMainInside.tmx | FreshmanRPG/GameServer|
| Restful Server | Server | `GameServer.main` | --localhost --restfulserver | FreshmanRPG/GameServer |
# Connecting to the Database
......
......