From 0514d69ff58164e354c482e92d5e2aa5086be68e Mon Sep 17 00:00:00 2001 From: FedUpWith-Tech Date: Fri, 9 Oct 2020 12:08:25 -0400 Subject: [PATCH] some more progress --- Configuration.txt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.txt.md b/Configuration.txt.md index 36477dc..309101c 100644 --- a/Configuration.txt.md +++ b/Configuration.txt.md @@ -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