Update Setting up IntelliJ authored by Merlin's avatar Merlin
......@@ -70,7 +70,7 @@ The environment variables text box in each run configuration should contain: `IN
| 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 |
| Restful Server | Server | `GameServer.main` | --localhost --restfulServer | FreshmanRPG/GameServer |
# Connecting to the Database
---
......
......