From 8abfae3d7929ab0783fec03c4e42c24f0bc74ac5 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sat, 10 May 2014 00:42:02 -0500 Subject: [PATCH] Add storage/type settings to control file tree vs sqlite storage --- src/main/resources/configuration.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 58113daa..da3b2964 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -15,6 +15,13 @@ # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt deftemplatesuffix: vlowres +storage: + # Filetree storage (standard tree of image files for maps) + type: filetree + # SQLite db for map storage (uses dbfile as storage location) + #type: sqlite + #dbfile: dynmap.db + components: - class: org.dynmap.ClientConfigurationComponent