File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/env bash
2
- cp data/.config-staging data/.config
2
+ SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
+ cp $SCRIPT_DIR /data/.config-staging $SCRIPT_DIR /data/.config
3
4
export API_URL=https://localhost.roboflow.one
4
5
export APP_URL=https://localhost.roboflow.one
6
+ export DEDICATED_DEPLOYMENT_URL=https://staging.roboflow.cloud
7
+ export ROBOFLOW_CONFIG_DIR=$SCRIPT_DIR /data/.config
5
8
# need to set it in /etc/hosts to the IP of host.docker.internal!
Original file line number Diff line number Diff line change 1
1
#! /bin/env bash
2
2
3
- cp data/.config-prod data/.config
3
+ SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ cp $SCRIPT_DIR /data/.config-prod $SCRIPT_DIR /data/.config
4
5
export API_URL=https://api.roboflow.com
5
6
export APP_URL=https://app.roboflow.com
6
7
export OBJECT_DETECTION_URL=https://detect.roboflow.one
7
8
export DEDICATED_DEPLOYMENT_URL=https://roboflow.cloud
9
+ export ROBOFLOW_CONFIG_DIR=$SCRIPT_DIR /data/.config
Original file line number Diff line number Diff line change 1
1
#! /bin/env bash
2
2
3
- cp data/.config-staging data/.config
3
+ SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ cp $SCRIPT_DIR /data/.config-staging $SCRIPT_DIR /data/.config
4
5
export API_URL=https://api.roboflow.one
5
6
export APP_URL=https://app.roboflow.one
6
7
export OBJECT_DETECTION_URL=https://lambda-object-detection.staging.roboflow.com
7
8
export DEDICATED_DEPLOYMENT_URL=https://staging.roboflow.cloud
9
+ export ROBOFLOW_CONFIG_DIR=$SCRIPT_DIR /data/.config
You can’t perform that action at this time.
0 commit comments