mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-08 05:09:15 +00:00
16 lines
164 B
Bash
16 lines
164 B
Bash
|
cat >./nats.conf <<EOF
|
||
|
port: 4022
|
||
|
tls {
|
||
|
cert_file: "/app/le.crt"
|
||
|
key_file: "/app/le.key"
|
||
|
}
|
||
|
|
||
|
authorization: {
|
||
|
users = [
|
||
|
{
|
||
|
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
EOF
|