added nix support
This commit is contained in:
parent
cc77fee048
commit
cb9ae44ec4
6 changed files with 112 additions and 3 deletions
1
config/client_session_key
Normal file
1
config/client_session_key
Normal file
|
|
@ -0,0 +1 @@
|
|||
xdHB>ט<>“,ס‚rM‘םE®vף×ֶ’תה`’₪<13>e״<?ל<>ֺq־P§¶p€$ֶ¢d<>ֺR»ס׳©אױ´sR<73>Mk~¥ auָz|‚ט₪>“\hםuQׁכ¯R4Q
|
||||
|
|
@ -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