mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-08 06:18:32 +00:00
don't read ids withing env file
This commit is contained in:
parent
bce76838c5
commit
246f95ea4e
@ -11,5 +11,3 @@ ZITADEL_E2E_APIURL="http://localhost:8080"
|
|||||||
ZITADEL_E2E_ACCOUNTSURL="http://localhost:8080"
|
ZITADEL_E2E_ACCOUNTSURL="http://localhost:8080"
|
||||||
ZITADEL_E2E_ISSUERURL="http://localhost:8080/oauth/v2"
|
ZITADEL_E2E_ISSUERURL="http://localhost:8080/oauth/v2"
|
||||||
ZITADEL_E2E_OTHERZITADELIDPINSTANCE=false
|
ZITADEL_E2E_OTHERZITADELIDPINSTANCE=false
|
||||||
ZITADEL_E2E_ZITADELPROJECTRESOURCEID="bignumber-$(echo -n $(./e2e/docker-compose.sh exec --no-TTY db cockroach sql --database zitadel --insecure --execute "select aggregate_id from eventstore.events where event_type = 'project.added' and event_data = '{\"name\": \"ZITADEL\"}';" --format tsv) | cut -d " " -f 2)"
|
|
||||||
ZITADEL_E2E_INSTANCEID="$(echo -n $(./e2e/docker-compose.sh exec --no-TTY db cockroach sql --database zitadel --insecure --execute "select aggregate_id from eventstore.events where event_type = 'instance.added' and event_data = '{\"name\": \"Localhost\"}';" --format tsv) | cut -d " " -f 2)"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user