summarylogtreecommitdiffstats
path: root/0001-Adapt-Config.patch
diff options
context:
space:
mode:
authorMarkus Richter2021-01-16 00:31:33 +0100
committerMarkus Richter2021-02-19 11:35:24 +0100
commit01a1f1df5f84efb8c30c2de70e6b6b5114fa6794 (patch)
tree02365049f94997b772b7af436e729f9c8596cacd /0001-Adapt-Config.patch
parent1d925209cfe6b65a4e51eb69ef722ff551543f8c (diff)
downloadaur-01a1f1df5f84efb8c30c2de70e6b6b5114fa6794.tar.gz
make smaller
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"