Skip to content

Commit 6b493dc

Browse files
authored
Change default DB name to example-db-username
1 parent 733aec3 commit 6b493dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pscale/cli-helper-scripts/set-db-and-org-and-branch-name.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Set DB_NAME unless it is already set
3-
export DB_NAME=${DB_NAME:-matrix-demos-${GITHUB_USER}}
3+
export DB_NAME=${DB_NAME:-example-db-${GITHUB_USER}}
44
echo "Using DB name ${DB_NAME}"
55

66
# set org name to first org the user has access to unless it is already set in ORG_NAME

0 commit comments

Comments
 (0)