Created
October 26, 2016 20:08
-
-
Save jde/de6778800c43afa4a369719b88938944 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"trustHost": "http://localhost:8080", | |
"elkhornHost": "http://localhost:4444", | |
"askHost": "http://localhost:16183", | |
"xeniaHost": "http://localhost:4000", | |
"environment": "dev", | |
"requireLogin": true, | |
"brand": "Coral Project", | |
"googleAnalyticsId": "", | |
"authClientId": "openidconnectcertbel", | |
"authAuthority": "https://auth.coralproject.net/connect", | |
"basicAuthorization": "Basic ", | |
"published_base_url": "localhost:3000/", | |
"features": { | |
"authEnabled": false, | |
"trust": true, | |
"ask": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment