mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18: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"
|
||||
appPostgresString <- o .: "postgres-string"
|
||||
|
||||
dev <- o .: "development" .!= defaultDev
|
||||
dev <- o .:? "development" .!= defaultDev
|
||||
|
||||
appDetailedRequestLogging <- o .:? "detailed-logging" .!= dev
|
||||
appShouldLogAll <- o .:? "should-log-all" .!= dev
|
||||
|
||||
Loading…
Reference in New Issue
Block a user