Skip to content

Commit

Permalink
Merge pull request #138 from itsvick/dev
Browse files Browse the repository at this point in the history
Updated configuration file
  • Loading branch information
itsvick authored Mar 21, 2024
2 parents c06de39 + 20a6576 commit f2e0821
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/assets/config/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"environment": "development",
"keycloak": {
"url": "https://devulp.uniteframework.io/auth",
"url": "https://ulp.tekdinext.com/auth",
"clientId": "registry-frontend",
"realm": "sunbird-rc"
},
Expand All @@ -10,11 +10,11 @@
"languageFolder": "/assets/i18n",
"logoPath": "/assets/images/logo.png",
"title": "Universal Learners Passport",
"baseUrl": "https://devulp.uniteframework.io/registry",
"bffUrl": "https://devulp.uniteframework.io/ulp-bff",
"bulkIssuance": "https://devulp.uniteframework.io/bulk-issuance",
"schemaUrl": "https://devulp.uniteframework.io/registry/api/docs/swagger.json",
"telemetryUrl": "https://devulp.uniteframework.io/telemetry",
"baseUrl": "https://ulp.tekdinext.com/registry",
"bffUrl": "https://ulp.tekdinext.com/ulp-bff",
"bulkIssuance": "https://ulp.tekdinext.com/bulk-issuance",
"schemaUrl": "https://ulp.tekdinext.com/registry/api/docs/swagger.json",
"telemetryUrl": "https://ulp.tekdinext.com/telemetry",
"footerText": "Universal Learners Passport",
"languages": [
"en",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
baseUrl: 'https://ulp.uniteframework.io/ulp-bff',
baseUrl: 'https://ulp.tekdinext.com/ulp-bff',
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { GeneralService } from "src/app/services/general/general.service";

export const environment = {
production: false,
baseUrl: 'https://ulp.uniteframework.io/ulp-bff',
baseUrl: 'https://ulp.tekdinext.com/ulp-bff',
schemaUrl: 'assets/config/schema.json', //asset path OR URL
logo: 'assets/images/header.png', //asset path OR URL
keycloakConfig: {
Expand Down

0 comments on commit f2e0821

Please sign in to comment.