We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733aec3 commit 6b493dcCopy full SHA for 6b493dc
.pscale/cli-helper-scripts/set-db-and-org-and-branch-name.sh
@@ -1,6 +1,6 @@
1
2
# Set DB_NAME unless it is already set
3
-export DB_NAME=${DB_NAME:-matrix-demos-${GITHUB_USER}}
+export DB_NAME=${DB_NAME:-example-db-${GITHUB_USER}}
4
echo "Using DB name ${DB_NAME}"
5
6
# set org name to first org the user has access to unless it is already set in ORG_NAME
0 commit comments