fix configs

This commit is contained in:
wh1te909 2022-08-24 08:27:50 +00:00
parent 7faba2a690
commit 552633a00b
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}"

View File

@ -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