Add dedicated server packaging
This commit is contained in:
commit
b9c031dfab
13 changed files with 275 additions and 0 deletions
7
config/netfishing-server.env.example
Normal file
7
config/netfishing-server.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
NETFISHING_SERVER_NAME="NETfishing Dedicated Server"
|
||||
NETFISHING_SERVER_BIND=*
|
||||
NETFISHING_SERVER_PORT=7777
|
||||
NETFISHING_SERVER_MAX_PLAYERS=8
|
||||
NETFISHING_SERVER_PUBLIC=false
|
||||
NETFISHING_DISCOVERY_URL=https://discovery.netfishing.org
|
||||
NETFISHING_DATA_DIR=/var/lib/netfishing-server
|
||||
10
config/server.cfg.example
Normal file
10
config/server.cfg.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[server]
|
||||
name="NETfishing Dedicated Server"
|
||||
bind_address="*"
|
||||
port=7777
|
||||
max_players=8
|
||||
public=false
|
||||
data_directory="/var/lib/netfishing-server"
|
||||
|
||||
[discovery]
|
||||
url="https://discovery.netfishing.org"
|
||||
Loading…
Add table
Add a link
Reference in a new issue