added nix support
This commit is contained in:
parent
cc77fee048
commit
cb9ae44ec4
6 changed files with 112 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables
|
||||
|
||||
static-dir: "_env:YESOD_STATIC_DIR:static"
|
||||
session-key: "_env:YESOD_SESSION_KEY:config/client_session_key"
|
||||
host: "_env:YESOD_HOST:*4" # any IPv4 host
|
||||
port: "_env:YESOD_PORT:3000" # NB: The port `yesod devel` uses is distinct from this value. Set the `yesod devel` port from the command line.
|
||||
# For `keter` user, enable the follwing line, and comment out previous one.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue