Update Setting up IntelliJ - fixed param on restful server run configuration authored by Merlin's avatar Merlin
...@@ -67,7 +67,7 @@ The environment variables text box in each run configuration should contain: `IN ...@@ -67,7 +67,7 @@ The environment variables text box in each run configuration should contain: `IN
| Outside Mowrey | Server | `GameServer.main` | --port="1882" --map="outsideOfMowrey.tmx" | FreshmanRPG/GameServer | | Outside Mowrey | Server | `GameServer.main` | --port="1882" --map="outsideOfMowrey.tmx" | FreshmanRPG/GameServer |
| Quad | Server | `GameServer.main` | --port="1883" --map="quad.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 | | DHC1 | Server | `GameServer.main` | --port="1884" --map="dhc1.tmx" | FreshmanRPG/GameServer |
| Restful Server | Server | `GameServer.main` | --localhost --RestfulServer | FreshmanRPG/GameServer | | Restful Server | Server | `GameServer.main` | --localhost --restfulserver | FreshmanRPG/GameServer |
# Connecting to the Database # Connecting to the Database
--- ---
... ...
......