forked from purescript/trypurescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTry.Config.purs
More file actions
23 lines (18 loc) · 744 Bytes
/
Try.Config.purs
File metadata and controls
23 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module Try.Config where
appDomain :: String
appDomain = "http://localhost:1234"
tokenServerUrl :: String
--tokenServerUrl = "http://localhost:7071/api/localtrigger"
tokenServerUrl = "https://localtpsfunction.azurewebsites.net/api/localtps?code=Il1fqBKydiLWqoognUIzgppwi10qfmXjkhAa75yRg5S4S10LNfsiTw=="
-- GitHub OAuth app for saving gists.
-- This is tied to a specific app domain.
-- I believe it's fine for client ID to be public information
clientID :: String
clientID = "6f4e10fd8cef6995ac09"
loaderUrl :: String
--loaderUrl = "js/output"
--loaderUrl = "http://localhost:8080"
loaderUrl = "https://compile.purescript.org/output"
compileUrl :: String
--compileUrl = "http://localhost:8081"
compileUrl = "https://compile.purescript.org"