mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
log tor setting
This commit is contained in:
@@ -202,6 +202,7 @@ startWeb foundation = do
|
||||
startWeb' app = do
|
||||
let AppSettings{..} = appSettings foundation
|
||||
putStrLn @Text $ "Launching Web Server on port " <> show appPort
|
||||
putStrLn @Text $ "Tor enabled: " <> show enableTor
|
||||
action <- async $ if enableTor
|
||||
then run (fromIntegral appPort) app
|
||||
else runTLS
|
||||
|
||||
Reference in New Issue
Block a user