Last active
April 21, 2019 08:15
-
-
Save yanivmn/c1fecb326f73b835758c005c29057542 to your computer and use it in GitHub Desktop.
Aerobase Auth configuration example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
// Add here your aerobase setup infos | |
let aerobaseConfig: AerobaseConfig = { | |
url: 'https://example.aerobase.io/auth/', | |
realm: 'example', | |
clientId: 'example-client' | |
}; | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment