nightly: enable all credentials there
This commit is contained in:
parent
fa544f4f22
commit
de5ef2c8d1
|
@ -27,7 +27,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=['FederationMembership', 'CourseCredential']
|
- SUPPORTED_CREDENTIALS=['CourseCredential', 'EOperatorClaim', 'FederationMembership', 'FinancialVulnerabilityCredential', 'MembershipCard']
|
||||||
ports:
|
ports:
|
||||||
- 9061:9001
|
- 9061:9001
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in New Issue