Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhacker committed May 2, 2022
1 parent 3a9dcc5 commit b1681d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/environments/environment.kubernetes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export let environment = {
version: env.npm_package_version,
serverUrl: "",
oauth: {
enabled: "false",
serverUrl: "",
basicAuth: "false",
basicAuthToken: ''
enabled: "true", // For connecting to Mifos X using OAuth2 Authentication change the value to true
serverUrl: "https://paymenthub.qa.oneacrefund.org/opsapp",
basicAuth: "true",
basicAuthToken: 'Y2xpZW50Og=='
},
defaultLanguage: "en-US",
supportedLanguages: ["en-US", "fr-FR"],
Expand Down

0 comments on commit b1681d0

Please sign in to comment.