Skip to content

Commit f9978e9

Browse files
committed
update
1 parent 0dfa6c0 commit f9978e9

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)