From: nutra-bot Date: Mon, 27 Jun 2022 23:17:48 +0000 (+0000) Subject: add scheme to host var X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=905ac2f81ee1c5d3bf203863486396178ccc5b90;p=nutratech%2Fvps-root.git add scheme to host var --- diff --git a/etc/systemd/system/ntserv.service b/etc/systemd/system/ntserv.service index 9949f15..4feb22e 100644 --- a/etc/systemd/system/ntserv.service +++ b/etc/systemd/system/ntserv.service @@ -5,7 +5,7 @@ Description=Nutra Server (Sanic / PostgreSQL) User=shane ExecStart=/usr/bin/env python3 -m ntserv Restart=always -Environment="NTSERV_ENV=dev" "NTSERV_SERVER_HOST=deveast.linode.poczatek.dev" "NTSERV_N_WORKERS=2" "NTSERV_PSQL_PASSWORD=password" "NTSERV_JWT_SECRET=secret" "NTSERV_PROXY_SECRET=secret" +Environment="NTSERV_ENV=dev" "NTSERV_SERVER_HOST=https://deveast.linode.poczatek.dev" "NTSERV_N_WORKERS=2" "NTSERV_PSQL_PASSWORD=password" "NTSERV_JWT_SECRET=secret" "NTSERV_PROXY_SECRET=secret" [Install] WantedBy=multi-user.target