update pilot credentials
we were using test credentials, and now we have the final ones that should be used
This commit is contained in:
parent
7a9850c7b1
commit
775f91a471
|
@ -23,7 +23,7 @@ services:
|
||||||
- EMAIL_PORT=${IDHUB_EMAIL_PORT}
|
- EMAIL_PORT=${IDHUB_EMAIL_PORT}
|
||||||
- EMAIL_USE_TLS=${IDHUB_EMAIL_USE_TLS}
|
- EMAIL_USE_TLS=${IDHUB_EMAIL_USE_TLS}
|
||||||
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
||||||
- SUPPORTED_CREDENTIALS=['MembershipCard']
|
- SUPPORTED_CREDENTIALS=['FederationMembership', 'CourseCredential']
|
||||||
ports:
|
ports:
|
||||||
- 9031:9001
|
- 9031:9001
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -56,7 +56,7 @@ services:
|
||||||
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
||||||
- RESPONSE_URI=https://idhub2-setem.demo.pangea.org/oidc4vp/
|
- RESPONSE_URI=https://idhub2-setem.demo.pangea.org/oidc4vp/
|
||||||
- ALLOW_CODE_URI=https://idhub2-setem.demo.pangea.org/oidc4vp/allow_code
|
- ALLOW_CODE_URI=https://idhub2-setem.demo.pangea.org/oidc4vp/allow_code
|
||||||
- SUPPORTED_CREDENTIALS=['MembershipCard']
|
- SUPPORTED_CREDENTIALS=['FinancialVulnerabilityCredential']
|
||||||
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
|
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
|
||||||
- ORG_FILE=examples/organizations__pilot_setem.csv
|
- ORG_FILE=examples/organizations__pilot_setem.csv
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -24,7 +24,7 @@ services:
|
||||||
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
||||||
- RESPONSE_URI=https://idhub1-xo9b.demo.pangea.org/oidc4vp/
|
- RESPONSE_URI=https://idhub1-xo9b.demo.pangea.org/oidc4vp/
|
||||||
- ALLOW_CODE_URI=https://idhub1-xo9b.demo.pangea.org/oidc4vp/allow_code
|
- ALLOW_CODE_URI=https://idhub1-xo9b.demo.pangea.org/oidc4vp/allow_code
|
||||||
- SUPPORTED_CREDENTIALS=['MembershipCard']
|
- SUPPORTED_CREDENTIALS=['FinancialVulnerabilityCredential']
|
||||||
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
|
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
|
||||||
- ORG_FILE=examples/organizations__pilot_xo9b.csv
|
- ORG_FILE=examples/organizations__pilot_xo9b.csv
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in New Issue