uncomment line

This commit is contained in:
Lucy Cifferello
2020-08-19 11:52:41 -06:00
parent 38b65166a9
commit 74564d3170

View File

@@ -181,7 +181,7 @@ startApp :: RegistryCtx -> IO ()
startApp foundation = do
-- set up ssl certificates
putStrLn @Text "Setting up SSL"
-- _ <- setupSsl $ appSettings foundation
_ <- setupSsl $ appSettings foundation
putStrLn @Text "SSL Setup Complete"
-- certbot renew loop