]> Nutra Git (v2) - nutratech/vps-root.git/commitdiff
add scheme to host var
authornutra-bot <nutradigest@gmail.com>
Mon, 27 Jun 2022 23:17:48 +0000 (23:17 +0000)
committernutra-bot <nutradigest@gmail.com>
Mon, 27 Jun 2022 23:17:48 +0000 (23:17 +0000)
etc/systemd/system/ntserv.service

index 9949f1535e60adbad62eb6cfad4ec8b8afd753f1..4feb22e49638efc406719e5801961de70d6ceae7 100644 (file)
@@ -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