mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-09 01:27:29 +01:00
Missed a ?
This commit is contained in:
parent
f7b836b836
commit
e054d25982
@ -68,7 +68,7 @@ instance FromJSON AppSettings where
|
|||||||
appIpFromHeader <- o .: "ip-from-header"
|
appIpFromHeader <- o .: "ip-from-header"
|
||||||
appPostgresString <- o .: "postgres-string"
|
appPostgresString <- o .: "postgres-string"
|
||||||
|
|
||||||
dev <- o .: "development" .!= defaultDev
|
dev <- o .:? "development" .!= defaultDev
|
||||||
|
|
||||||
appDetailedRequestLogging <- o .:? "detailed-logging" .!= dev
|
appDetailedRequestLogging <- o .:? "detailed-logging" .!= dev
|
||||||
appShouldLogAll <- o .:? "should-log-all" .!= dev
|
appShouldLogAll <- o .:? "should-log-all" .!= dev
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user