Separate QuantEngine database deployment
This commit is contained in:
@@ -6,6 +6,7 @@ set -e
|
||||
|
||||
NGINX_CONF="/etc/nginx/sites-available/gitea-ip.conf"
|
||||
SERVICE_FILE="/etc/systemd/system/quantengine.service"
|
||||
APP_ENV_FILE="/home/kjh2064/.config/quantengine.env"
|
||||
|
||||
echo "========================================="
|
||||
echo "Configuring Host Infrastructure Services"
|
||||
@@ -61,6 +62,7 @@ User=kjh2064
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
Environment=ASPNETCORE_URLS=http://127.0.0.1:5000
|
||||
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
|
||||
EnvironmentFile=-/home/kjh2064/.config/quantengine.env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user