Skip to content

Commit 7c6bc88

Browse files
authored
Merge pull request #70 from traceroot-ai/xinwei_update_default_token_verification_endpoint_v1
Update the token refresh endpoint [1/n]
2 parents 0dfa6c0 + f9978e9 commit 7c6bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traceroot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants and configuration mappings for TraceRoot"""
22

3-
DEFAULT_VERIFICATION_ENDPOINT = "https://api.test.traceroot.ai/v1/verify/credentials" # noqa: E501
3+
DEFAULT_VERIFICATION_ENDPOINT = "https://api.prod1.traceroot.ai/v1/verify/credentials" # noqa: E501
44

55
# Environment variable to config field mapping
66
# Pattern: TRACEROOT_[CAPITALIZED_CONFIG_FIELD_NAME] -> config_field_name

0 commit comments

Comments
 (0)