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:
parent
783a6d29ff
commit
70580f8740
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue