File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ host = "localhost:8787"
1616command = " cargo install -q worker-build@0.7.5 && worker-build --release"
1717
1818[vars ]
19- LOG_LEVEL = " WARN"
20- AUTH_ISSUER = " https://auth.source.coop"
21- OIDC_PROVIDER_ISSUER = " https://data.source.coop"
22- OIDC_PROVIDER_KID = " data-proxy-1"
23- SOURCE_API_URL = " https://source.coop"
19+ AUTH_AUDIENCE = " fb15e9fb-00e7-4604-9df0-ac27ac5822f2,197e20e7-d52d-4d1d-9e54-4b73a342034b" # prod Ory client_ids: frontend + source-coop-cli
20+ AUTH_ISSUER = " https://auth.source.coop"
21+ LOG_LEVEL = " WARN"
22+ OIDC_PROVIDER_ISSUER = " https://data.source.coop"
23+ OIDC_PROVIDER_KID = " data-proxy-1"
24+ SOURCE_API_URL = " https://source.coop"
2425# Ceiling for client-requested /.sts DurationSeconds (seconds). 43200 = 12h,
2526# 86400 = 24h. Unset → 3600 (1h). Clients must request DurationSeconds to use
2627# more than 1h; this only raises the cap.
You can’t perform that action at this time.
0 commit comments