summarylogtreecommitdiffstats
path: root/0001-Adapt-Config.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Adapt-Config.patch')
-rw-r--r--0001-Adapt-Config.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-Adapt-Config.patch b/0001-Adapt-Config.patch
new file mode 100644
index 000000000000..aa64efbd0fe6
--- /dev/null
+++ b/0001-Adapt-Config.patch
@@ -0,0 +1,10 @@
+--- a/config.toml.sample
++++ b/config.toml.sample
+@@ -1,5 +1,5 @@
+ Port = "8080"
+-DBPath = "./badger"
+-StaticPath = "./"
++DBPath = "/var/lib/earthwalker/badger"
++StaticPath = "/usr/share/earthwalker"
+ TileServerURL = "https://tiles.wmflabs.org/osm/{z}/{x}/{y}.png"
+ NoLabelTileServerURL = "https://tiles.wmflabs.org/osm-no-labels/{z}/{x}/{y}.png"