diff --git a/e2e/local.env b/e2e/local.env index d73a051500..ee007331f7 100644 --- a/e2e/local.env +++ b/e2e/local.env @@ -11,5 +11,3 @@ ZITADEL_E2E_APIURL="http://localhost:8080" ZITADEL_E2E_ACCOUNTSURL="http://localhost:8080" ZITADEL_E2E_ISSUERURL="http://localhost:8080/oauth/v2" 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)"