bootstrap blocky with stunnel

This commit is contained in:
IamTheFij 2023-07-26 23:23:23 -07:00
parent 254ef01de9
commit f333031c25
1 changed files with 2 additions and 4 deletions

View File

@ -195,10 +195,8 @@ EOF
template {
data = <<EOF
[client]
{{ range nomadService 1 (env "NOMAD_ALLOC_ID") "mysql-server" -}}
host={{ .Address }}
port={{ .Port }}
{{ end -}}
host=127.0.0.1
port=3306
user=root
{{ with nomadVar "nomad/jobs" }}
password={{ .mysql_root_password }}