Skip to content

Commit 760a53f

Browse files
committed
Point to devstore
1 parent 6409fd1 commit 760a53f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cache/__tests__/cache-metrics-worst-case.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# set -e
2020

2121
# Configuration
22-
BASE_URL="${BASE_URL:-http://localhost:3001}"
22+
BASE_URL="${BASE_URL:-https://devstore.rerum.io}"
2323
API_BASE="${BASE_URL}/v1"
2424
# Auth token will be prompted from user
2525
AUTH_TOKEN=""

cache/__tests__/cache-metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# set -e
1919

2020
# Configuration
21-
BASE_URL="${BASE_URL:-http://localhost:3001}"
21+
BASE_URL="${BASE_URL:-https://devstore.rerum.io}"
2222
API_BASE="${BASE_URL}/v1"
2323
# Auth token will be prompted from user
2424
AUTH_TOKEN=""

0 commit comments

Comments
 (0)