update routes

This commit is contained in:
Aaron Greenspan
2019-12-24 15:35:06 -07:00
parent 228264ebb5
commit 3e3dad056e
4 changed files with 9 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
static-dir: "_env:YESOD_STATIC_DIR:static"
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.
port: "_env:YESOD_PORT:443" # NB: The port `yesod devel` uses is distinct from this value. Set the `yesod devel` port from the command line.
ip-from-header: "_env:YESOD_IP_FROM_HEADER:false"
# Default behavior: determine the application root from the request headers.