File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ async def credential_helper() -> CredentialHelper:
2626 auth_url = os .getenv (
2727 "OAUTH_AUTH_URL" , "https://crispthinking.auth0.com/oauth/token"
2828 )
29- audience = os .getenv ("OAUTH_AUDIENCE" , "crisp-athena-dev " )
29+ audience = os .getenv ("OAUTH_AUDIENCE" , "crisp-athena-live " )
3030
3131 # Create credential helper
3232 credential_helper = CredentialHelper (
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ async def test_streaming_classify(
200200 - ATHENA_HOST: Athena service host (default: localhost)
201201 - OAUTH_AUTH_URL: OAuth token URL
202202 (default: https://crispthinking.auth0.com/oauth/token)
203- - OAUTH_AUDIENCE: OAuth audience (default: crisp-athena-dev )
203+ - OAUTH_AUDIENCE: OAuth audience (default: crisp-athena-live )
204204 - TEST_IMAGE_COUNT: Number of test images to classify (default: 5000)
205205 - TEST_MIN_INTERVAL: Minimum interval in milliseconds between sending
206206 images (default: None, send as fast as possible)
You can’t perform that action at this time.
0 commit comments