We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b4d0f commit c5dfbb2Copy full SHA for c5dfbb2
2 files changed
Server/init.txt
@@ -1,8 +1,17 @@
1
+// '[init]' says this is an init file,
2
+// just so it doesn't read an random file out of nothing
3
+//
4
+// Standart config
5
+// 'variable' 'name' = 'value'
6
+// '//' Comment
7
+
8
[init]
-logDefaultDir = ./log/
-mapsDefaultDir = ./maps/
-ftpDefaultDir = ./ftp/
9
+logDefaultDir = log/
10
+mapsDefaultDir = maps/
11
+sftpDefaultDir = sftp/
12
13
webPort = 5001
-ftpPort = 5000
14
+sftpPort = 5002
15
16
standardUserName = ohdmOffViewer
-standardUserPassword = H!3r0glyph Sat3llite Era$er
17
+standardUserPassword = H!3r0glyph Sat3llite Era$er
init.txt
0 commit comments