The application drwas its configuration from the tileserver.properties
file.
Key and values should be separated by a =
(see Example config)
Example for a setup with server-name myhost:
#tileserver.properties
minetest.db.url=jdbc:postgresql://myhost:5432/postgres
minetest.db.username=postgres
minetest.db.password=1234
Port to expose http server on
- Default: 8080
Update interval to check for new tiles (in seconds)
- Default: 20
Enable initial rendering, renders/caches all tiles on startup and disables the realtime tile-update until restarted with false again. Leaving this to default (false) renders all tiles on-demand
- Default: false
Update interval to check for Player movements (in seconds)
- Default: 2
Url for DB Connection (jdbc connection string)
- Default: jdbc:postgresql://127.0.0.1:5432/minetest
Username for DB Connection
- Default: sa
Username for DB Connection
- Default:
Driver for DB Connection (only psql supported for now)
- Default: org.postgresql.Driver
Enable parsing of POI blocks, provided with the mod in this repository
- Default: true
Enable parsing of Travelnet boxes
- Default: true
Supply an external colors file supplementary to the builtin tables Should be a valid filename or empty (no external colors)
- Default: none