Skip to content

Commit 3367958

Browse files
authored
Merge pull request #307 from roboflow/change-domain-dedicated-deployment
change domain name for dedicated deployment
2 parents 6b37bd9 + f5bfe53 commit 3367958

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

roboflow/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ def get_conditional_configuration_variable(key, default):
6363
CLIP_FEATURIZE_URL = get_conditional_configuration_variable("CLIP_FEATURIZE_URL", "CLIP FEATURIZE URL NOT IN ENV")
6464
OCR_URL = get_conditional_configuration_variable("OCR_URL", "OCR URL NOT IN ENV")
6565

66-
DEDICATED_DEPLOYMENT_URL = get_conditional_configuration_variable(
67-
"DEDICATED_DEPLOYMENT_URL", "https://ddploy.roboflow.com"
68-
)
66+
DEDICATED_DEPLOYMENT_URL = get_conditional_configuration_variable("DEDICATED_DEPLOYMENT_URL", "https://roboflow.cloud")
6967

7068
DEMO_KEYS = ["coco-128-sample", "chess-sample-only-api-key"]
7169

tests/manual/useprod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cp data/.config-prod data/.config
44
export API_URL=https://api.roboflow.com
55
export APP_URL=https://app.roboflow.com
66
export OBJECT_DETECTION_URL=https://detect.roboflow.one
7-
export DEDICATED_DEPLOYMENT_URL=https://deployment.svc.roboflow.com
7+
export DEDICATED_DEPLOYMENT_URL=https://roboflow.cloud

tests/manual/usestaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cp data/.config-staging data/.config
44
export API_URL=https://api.roboflow.one
55
export APP_URL=https://app.roboflow.one
66
export OBJECT_DETECTION_URL=https://lambda-object-detection.staging.roboflow.com
7-
export DEDICATED_DEPLOYMENT_URL=https://deployment.svc.roboflow.one
7+
export DEDICATED_DEPLOYMENT_URL=https://staging.roboflow.cloud

0 commit comments

Comments
 (0)