summarylogtreecommitdiffstats
path: root/server.conf
diff options
context:
space:
mode:
authorMarkus Sommer2021-04-20 18:49:14 +0200
committerMarkus Sommer2021-04-20 18:53:11 +0200
commitac8e967648f1774950c4cc44b0c6605ed4cd8c4b (patch)
tree61119f15b3e61bf2eb1d0298e86d37ce995dc8d7 /server.conf
parentbf85c0e8a59c3ee9ef80c716daf3b811725a8346 (diff)
downloadaur-ac8e967648f1774950c4cc44b0c6605ed4cd8c4b.tar.gz
Implement config file via systemd `EnvironmentFile`
Diffstat (limited to 'server.conf')
-rw-r--r--server.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/server.conf b/server.conf
new file mode 100644
index 000000000000..4c2de0d0ff40
--- /dev/null
+++ b/server.conf
@@ -0,0 +1,5 @@
+NAME="Valheim"
+PASSWORD="secret"
+PORT=2456
+WORLD="world0"
+PUBLIC=1 \ No newline at end of file