1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-18 21:59:30 +00:00

set correct port in nats config

This commit is contained in:
postmannen 2021-12-08 12:12:41 +01:00
parent 783a6d29ff
commit 70580f8740

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
cat >./nats.conf <<EOF cat >./nats.conf <<EOF
port: 4022 port: 4222
tls { tls {
cert_file: "/app/le.crt" cert_file: "/app/le.crt"
key_file: "/app/le.key" key_file: "/app/le.key"