summarylogtreecommitdiffstats
path: root/earthwalker.env
diff options
context:
space:
mode:
authorMarkus Richter2021-01-16 00:31:33 +0100
committerMarkus Richter2021-02-19 11:35:24 +0100
commit01a1f1df5f84efb8c30c2de70e6b6b5114fa6794 (patch)
tree02365049f94997b772b7af436e729f9c8596cacd /earthwalker.env
parent1d925209cfe6b65a4e51eb69ef722ff551543f8c (diff)
downloadaur-01a1f1df5f84efb8c30c2de70e6b6b5114fa6794.tar.gz
make smaller
Diffstat (limited to 'earthwalker.env')
-rw-r--r--earthwalker.env4
1 files changed, 3 insertions, 1 deletions
diff --git a/earthwalker.env b/earthwalker.env
index b2809ad5930b..9e7cc7c2d5cd 100644
--- a/earthwalker.env
+++ b/earthwalker.env
@@ -1,8 +1,10 @@
+### IMPORTANT!!! THIS FILE IS NO LONGER USED! ANYTHING IN HERE CAN BE CONFIGURED IN CONFIG.TOML/EARTHWALKER.SERVICE!!! ###
+
### Paths
# The path where the static files, like javascript and templates are located.`static` and `templates` are expected to be subdirectories of the specified path. Defaults to the location of the binary.
#EARTHWALKER_STATIC_PATH=<location of binary>
-EARTHWALKER_STATIC_PATH=/usr/share/earthwalker/
+EARTHWALKER_STATIC_PATH=/usr/share/earthwalker/public
# The path where the config file is located. Defaults to $PWD/config.toml