Skip to content

Commit c5dfbb2

Browse files
author
NoteFox
committed
updated init in /Server
1 parent 13b4d0f commit c5dfbb2

2 files changed

Lines changed: 14 additions & 22 deletions

File tree

Server/init.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
[init]
2-
logDefaultDir = ./log/
3-
mapsDefaultDir = ./maps/
4-
ftpDefaultDir = ./ftp/
9+
logDefaultDir = log/
10+
mapsDefaultDir = maps/
11+
sftpDefaultDir = sftp/
12+
513
webPort = 5001
6-
ftpPort = 5000
14+
sftpPort = 5002
15+
716
standardUserName = ohdmOffViewer
8-
standardUserPassword = H!3r0glyph Sat3llite Era$er
17+
standardUserPassword = H!3r0glyph Sat3llite Era$er

init.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)