Skip to content

init.txt configuration

NoteFox edited this page Jun 2, 2020 · 23 revisions

How to use the init.txt

The init.txt is quite easy to understand.

On the first Line, we add [init], so the Service actually knows it's a init File

then we can just type away : variablename = value

implemented for now (30.05.2020) :

  • logDefaultDir - the Path where the logs are saved

  • mapsDefaultDir - the Path where the maps will be saved

  • ftpDefaultDir - the Path where the ftp poperties will be saved

  • webPort - port where the web Service will be opened

  • ftpPort - port where the ftp Service will be opened

  • standardUserName - username for the ftp access

  • standardUserPassword - password for the ftp access

Clone this wiki locally