mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
We can now parse arbitrary INI configuration entries. This will allow server customization and testing without recompiling the server.
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
#######################################
|
|
# PSForever Server configuration file #
|
|
#######################################
|
|
[worldserver]
|
|
ListeningPort = 51001
|
|
|
|
[loginserver]
|
|
ListeningPort = 51000
|
|
|