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 a717ae2 commit adf139eCopy full SHA for adf139e
taito-config.sh
@@ -337,7 +337,9 @@ case $taito_provider in
337
taito_plugins="${taito_plugins/kubectl:-local/}"
338
taito_plugins="${taito_plugins/helm:-local/}"
339
# ssh plugin as database proxy
340
- . ./taito-user-config.sh # TODO
+ if [[ -f taito-user-config.sh ]]; then
341
+ . ./taito-user-config.sh # TODO
342
+ fi
343
. "${taito_util_path:-}/read-database-config.sh" "${taito_target:-}"
344
export ssh_db_proxy="\
345
-L 0.0.0.0:${database_port:-}:${database_host:-}:${database_real_port:-} ${taito_ssh_user:-$taito_host_username}@${database_real_host:-}"
0 commit comments