forked from openMF/ph-ee-operations-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.sample
36 lines (20 loc) · 969 Bytes
/
env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
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
export PH_PLATFORM_TENANT_ID=phdefault
export PH_PLATFORM_TENANT_IDS=phdefault
export PH_REGISTERING_INSTITUTION_ID=SocialInstitution
export PH_AUTH_ENABLED=false
export PH_OAUTH_ENABLED=false
export PH_OAUTH_TYPE=keycloak
export PH_OAUTH_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1
export PH_OAUTH_REALM=paymenthub
export PH_OAUTH_CLIENT_ID=opsapp
export PH_OAUTH_CLIENT_SECRET=Y2xpZW50Og=
export PH_OAUTH_BASIC_AUTH=true
export PH_OAUTH_BASIC_AUTH_TOKEN=Y2xpZW50Og==
export PH_DEFAULT_LANGUAGE=en
export PH_SUPPORTED_LANGUAGES=en,fr,es