fix configs
This commit is contained in:
parent
7faba2a690
commit
552633a00b
|
@ -18,4 +18,4 @@ ADMIN_ENABLED = True
|
|||
CERT_FILE = "{{ fullchain_src }}"
|
||||
KEY_FILE = "{{ privkey_src }}"
|
||||
MESH_USERNAME = "{{ mesh_user }}"
|
||||
MESH_SITE = "{{ mesh }}"
|
||||
MESH_SITE = "https://{{ mesh }}"
|
||||
|
|
|
@ -4,7 +4,7 @@ After=nats.service
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/nats-api
|
||||
ExecStart=/usr/local/bin/nats-api -config {{ backend_dir }}/api/tacticalrmm/nats-api.conf
|
||||
User={{ user }}
|
||||
Group={{ user }}
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in New Issue