Skip to content

Commit 9fd4632

Browse files
committed
fix connection to local db from cmd line
1 parent d3c4162 commit 9fd4632

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

local/etc/uceap.d/devcontainer_on_create.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function devcontainer_on_create() {
1919
host="$MYSQL_HOST"
2020
user="$MYSQL_USER"
2121
password="$MYSQL_PASSWORD"
22+
skip-ssl
2223
EOF
2324

2425
# translate mysql env vars to our template vars

0 commit comments

Comments
 (0)