Allow config file reloading with SIGUSR2

* move config validation to Config.hs
* Add tests for jwt-secret/app.settings.*/db-schema reload
This commit is contained in:
steve-chavez
2020-07-13 11:30:16 -05:00
committed by Steve Chavez
parent e272ea47be
commit e8b4e3771c
8 changed files with 172 additions and 53 deletions
-1
View File
@@ -7,7 +7,6 @@ Description : Generates the OpenAPI output
module PostgREST.OpenAPI (
encodeOpenAPI
, pickProxy
, isMalformedProxyUri
) where
import qualified Data.HashSet.InsOrd as Set