Changes
Page history
Update Setting up IntelliJ - fixed param on restful server run configuration
authored
Mar 20, 2023
by
Merlin
Show whitespace changes
Inline
Side-by-side
Setting-up-IntelliJ.md
View page @
a8a81f84
...
...
@@ -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 |
| Quad | Server |
`GameServer.main`
| --port="1883" --map="quad.tmx" | FreshmanRPG/GameServer |
| DHC1 | Server |
`GameServer.main`
| --port="1884" --map="dhc1.tmx" | FreshmanRPG/GameServer |
| Restful Server | Server |
`GameServer.main`
| --localhost --
R
estful
S
erver | FreshmanRPG/GameServer |
| Restful Server | Server |
`GameServer.main`
| --localhost --
r
estful
s
erver | FreshmanRPG/GameServer |
# Connecting to the Database
---
...
...
...
...