summarylogtreecommitdiffstats
path: root/0001-Adapt-Config.patch
blob: aa64efbd0fe66a41979700f0606e681680fec73d (plain)
1
2
3
4
5
6
7
8
9
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"