Compare commits
1 Commits
e36ad35d37
...
5593f1f19c
Author | SHA1 | Date | |
---|---|---|---|
5593f1f19c |
@ -110,8 +110,8 @@ foreign import unsafeSetInnerHTML :: HTMLElement -> RawHTML -> Effect Unit
|
||||
-- | Current limit is 30 minutes (`max_keepalive` = 60, 60 * 30 seconds = 30 minutes).
|
||||
max_keepalive = 60 :: Int
|
||||
|
||||
wsURLauthd = "wss://netlib.re/ws/authd" :: String
|
||||
wsURLdnsmanagerd = "wss://netlib.re/ws/dnsmanagerd" :: String
|
||||
wsURLauthd = "ws://localhost:8080" :: String
|
||||
wsURLdnsmanagerd = "ws://localhost:8081" :: String
|
||||
|
||||
data Action
|
||||
= Initialize
|
||||
|
Loading…
Reference in New Issue
Block a user