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.
2 parents 4ceba75 + e29cf18 commit c639c85Copy full SHA for c639c85
.pscale/cli-helper-scripts/create-branch-connection-string.sh
@@ -33,7 +33,7 @@ function create-branch-connection-string {
33
exit 1
34
fi
35
36
- local DB_URL=`echo "$raw_output" | jq -r ". | \"mysql://\" + .id + \":\" + .plain_text + \"@\" + .database_branch.access_host_url + \"/\""`
+ local DB_URL=`echo "$raw_output" | jq -r ". | \"mysql://\" + .username + \":\" + .plain_text + \"@\" + .database_branch.access_host_url + \"/\""`
37
local GENERAL_CONNECTION_STRING=`echo "$raw_output" | jq -r ". | .connection_strings.general"`
38
39
read -r -d '' SECRET_TEXT <<EOF
0 commit comments