pilot setem: enable debug true
This commit is contained in:
parent
95d99c29e1
commit
a4afdedb29
|
@ -5,6 +5,7 @@ services:
|
||||||
init: true
|
init: true
|
||||||
image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/idhub:latest
|
image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/idhub:latest
|
||||||
environment:
|
environment:
|
||||||
|
- DEBUG=true
|
||||||
- ADMIN_EMAIL=${IDHUB_PILOT_TEST__ADMIN_EMAIL}
|
- ADMIN_EMAIL=${IDHUB_PILOT_TEST__ADMIN_EMAIL}
|
||||||
- CREATE_TEST_USERS=true
|
- CREATE_TEST_USERS=true
|
||||||
# when enabling this pilot for its end users
|
# when enabling this pilot for its end users
|
||||||
|
@ -42,6 +43,7 @@ services:
|
||||||
init: true
|
init: true
|
||||||
image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/idhub:latest
|
image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/idhub:latest
|
||||||
environment:
|
environment:
|
||||||
|
- DEBUG=true
|
||||||
- ADMIN_EMAIL=${IDHUB_PILOT_TEST__ADMIN_EMAIL}
|
- ADMIN_EMAIL=${IDHUB_PILOT_TEST__ADMIN_EMAIL}
|
||||||
- CREATE_TEST_USERS=true
|
- CREATE_TEST_USERS=true
|
||||||
# when enabling this pilot for its end users
|
# when enabling this pilot for its end users
|
||||||
|
|
Reference in New Issue