Merge pull request #10 from Start9Labs/fix-settings

pass settings args
This commit is contained in:
Lucy C
2020-07-06 15:10:48 -06:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -176,7 +176,7 @@ startApp :: AgentCtx -> IO ()
startApp foundation = do
-- set up ssl certificates
putStrLn @Text "Setting up SSL"
_ <- setupSsl <$> getAppSettings
_ <- setupSsl $ appSettings foundation
putStrLn @Text "SSL Setup Complete"
startWeb foundation