forked from notefox/OHDMWebServer
-
Notifications
You must be signed in to change notification settings - Fork 0
init.txt configuration
NoteFox edited this page Jun 2, 2020
·
23 revisions
How to use the init.txt
` // '[init]' says this is an init file, // just so it doesn't read an random file out of nothing // // Standart config // 'variable' 'name' = 'value' // '//' Comment
[init] logDefaultDir = ./log mapsDefaultDir = ./maps ftpDefaultDir = ./ftp
webPort = 5001 ftpPort = 5000
standardUserName = username standardUserPassword = password `