diff options
Diffstat (limited to 'Hero')
-rw-r--r-- | Hero/Host.hs | 2 |
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 |