mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-15 09:33:06 +03:00
Code fix
This commit is contained in:
parent
da1b03b1d3
commit
50e73b2b0c
@ -105,7 +105,7 @@ start tf portman postgres logger appname bundle removeFromList = do
|
|||||||
]
|
]
|
||||||
Nothing -> []
|
Nothing -> []
|
||||||
let env = ("PORT", show port)
|
let env = ("PORT", show port)
|
||||||
: ("APPROOT", (if configSsl then "https://" else "http://") ++ configHost config)
|
: ("APPROOT", (if configSsl config then "https://" else "http://") ++ configHost config)
|
||||||
: otherEnv
|
: otherEnv
|
||||||
run
|
run
|
||||||
("config" </> configExec config)
|
("config" </> configExec config)
|
||||||
|
Loading…
Reference in New Issue
Block a user