1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +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
cat >./nats.conf <<EOF
port: 4022
port: 4222
tls {
cert_file: "/app/le.crt"
key_file: "/app/le.key"