-
Notifications
You must be signed in to change notification settings - Fork 40
[GOV-570] New Batch and Voucher creation views #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -182,5 +182,8 @@ | |
| } | ||
| } | ||
| } | ||
| }, | ||
| "cli": { | ||
| "analytics": false | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,36 @@ | ||
| PH_OPS_BACKEND_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1 | ||
| export PH_OPS_BATCH_SIGNATURE=12345677899 | ||
| export PH_OPS_BULK_CONNECTOR_URL=https://paymenthub.qa.oneacrefund.org | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add these environment variables to as well: https://github.com/openMF/ph-ee-env-template/blob/master/helm/ph-ee-engine/operations-web/templates/deployment.yaml
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done! I've created a PR for that openMF/ph-ee-env-template#404 |
||
|
|
||
| PH_VOU_BACKEND_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1 | ||
| export PH_VOU_CALLBACK_URL=https://webhook.site/ | ||
|
|
||
| PH_ACT_BACKEND_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1 | ||
|
|
||
| PH_PLATFORM_TENANT_ID=phdefault | ||
| export PH_PLATFORM_TENANT_ID=phdefault | ||
|
|
||
| PH_PLATFORM_TENANT_IDS=phdefault | ||
| export PH_PLATFORM_TENANT_IDS=phdefault | ||
|
|
||
| PH_REGISTERING_INSTITUTION_ID=SocialInstitution | ||
| export PH_REGISTERING_INSTITUTION_ID=SocialInstitution | ||
|
|
||
| PH_AUTH_ENABLED=true | ||
| export PH_AUTH_ENABLED=false | ||
|
|
||
| PH_OAUTH_ENABLED=false | ||
| export PH_OAUTH_ENABLED=false | ||
|
|
||
| PH_OAUTH_TYPE=keycloak | ||
| export PH_OAUTH_TYPE=keycloak | ||
|
|
||
| PH_OAUTH_SERVER_URL=https://ops-bk.sandbox.fynarfin.io | ||
| export PH_OAUTH_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1 | ||
|
|
||
| PH_OAUTH_REALM=paymenthub | ||
| export PH_OAUTH_REALM=paymenthub | ||
|
|
||
| PH_OAUTH_CLIENT_ID=opsapp | ||
| export PH_OAUTH_CLIENT_ID=opsapp | ||
|
|
||
| PH_OAUTH_CLIENT_SECRET=Y2xpZW50Og== | ||
| export PH_OAUTH_CLIENT_SECRET=Y2xpZW50Og= | ||
|
|
||
| PH_OAUTH_BASIC_AUTH=true | ||
| export PH_OAUTH_BASIC_AUTH=true | ||
|
|
||
| PH_OAUTH_BASIC_AUTH_TOKEN=Y2xpZW50Og== | ||
| export PH_OAUTH_BASIC_AUTH_TOKEN=Y2xpZW50Og== | ||
|
|
||
| PH_DEFAULT_LANGUAGE=en-US | ||
| export PH_DEFAULT_LANGUAGE=en | ||
|
|
||
| PH_SUPPORTED_LANGUAGES=en-US,fr-FR | ||
| export PH_SUPPORTED_LANGUAGES=en,fr,es | ||
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signature is dynamic so cannot be set in the env variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! removed