summaryrefslogtreecommitdiff
path: root/Hero/Host.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-26 10:19:54 -0700
committerBen Sima <ben@bsima.me>2020-07-26 10:19:54 -0700
commit2351224340999dc21997a19db094f644c240318b (patch)
tree907939df4e26fa040388bd17299b9aa34b64d58b /Hero/Host.hs
parenta3b0d69cc23a5f53cd48d82655b5247c1884eb51 (diff)
dev: move _{bild,keep,skey} to _/{bild,keep,skey}
Diffstat (limited to 'Hero/Host.hs')
-rw-r--r--Hero/Host.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hero/Host.hs b/Hero/Host.hs
index 7b6911f..5341cc6 100644
--- a/Hero/Host.hs
+++ b/Hero/Host.hs
@@ -159,7 +159,7 @@ data Config
deriving (Generic, Show)
instance Envy.DefConfig Config where
- defConfig = Config 3000 "_bild/Hero.Node/static" "_keep" "/run/hero/skey"
+ defConfig = Config 3000 "_/bild/dev/Hero.Node/static" "_/keep" "/run/hero/skey"
instance Envy.FromEnv Config