Skip to content

Commit

Permalink
Merge pull request #412 from chaitrali-r/demo-donor
Browse files Browse the repository at this point in the history
Config Changes
  • Loading branch information
Pratikshakhandagale authored Sep 13, 2023
2 parents 3a0d611 + 5f7a5ab commit ea6d7b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions donor-registry/src/assets/config/config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"environment": "development",
"keycloak": {
"url": "https://demo-donor-registry.sunbirdrc.dev/auth",
"url": "/auth",
"clientId": "registry-frontend",
"realm": "sunbird-rc"
},
"configFolder": "/assets/config/ui-config",
"languageFolder": "/assets/i18n",
"title": "Organ donation registry",
"baseUrl": "http://localhost:4200/registry/api/v1",
"baseUrl": "/registry/api/v1",
"domainName" : "https://demo-donor-registry.sunbirdrc.dev",
"schemaUrl": "http://localhost:4200/registry/api/docs/swagger.json",
"schemaUrl": "/registry/api/docs/swagger.json",
"footerText": "Organ donation registry",
"languages": [
"en"
Expand Down

0 comments on commit ea6d7b6

Please sign in to comment.