summaryrefslogtreecommitdiff
path: root/src/Config.purs
blob: 20b0ec23bf566e28b017105d99295ee78c9e2f7b (plain)
1
2
3
4
5
6
module Config where

foreign import mode :: String
foreign import apiServer :: String
foreign import clientID :: String
foreign import authRedirectURL :: String