some more progress

FedUpWith-Tech 2020-10-09 12:08:25 -04:00
parent 85528f527c
commit 0514d69ff5

@ -30,6 +30,7 @@ deftemplatesuffix: hires
***
### storage-scheme
This section defines how your map will be stored, the three natively supported methods are `filetree, sqlite and mysql`. Filetree means all the map tiles will be stored as image files in the tiles directory, this is the default and recommended for most servers. SQLite means the map tiles will be stored in a local SQLite database, this is recommended for small-medium sized servers or Windows based servers. MySQL means the map tiles will be stored in a separate MySQL server. This is recommended for any server size and is most common for hosting services that include MySQL servers as part of their service.
```
# Map storage scheme: only uncomment one 'type' value
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting