Updated deps (hangfire, dotnet core, aspnet core, etc) and squashed migrations

This commit is contained in:
2019-01-27 16:34:08 -05:00
parent 9b2ff546f0
commit 312dbdd8a5
14 changed files with 49 additions and 412 deletions

View File

@ -4,8 +4,8 @@ After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service
[Service]
WorkingDirectory=/root/BackEnd/bin/Debug/netcoreapp2.0/
ExecStart=/usr/bin/dotnet /root/BackEnd/bin/Debug/netcoreapp2.0/YTManager.dll
WorkingDirectory=/var/www/BackEnd/bin/Release/netcoreapp2.0/
ExecStart=/usr/bin/dotnet /var/www/BackEnd/bin/Release/netcoreapp2.0/YTManager.dll
; Restart configuration
Restart=always
@ -14,13 +14,13 @@ Restart=always
SyslogIdentifier=dumbyt_dotnet
; User and Cgroup the process will run as.
User=root
Group=root
User=hak8or
Group=hak8or
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
Environment=ASPNETCORE_URLS="http://*:62214"
Environment=POSTGRESQL_DBSTR="Server=192.168.1.2;Port=32768;Database=postgres;User Id=postgres;"
Environment=POSTGRESQL_DBSTR="Server=10.10.10.200;Port=32768;Database=DumbYT;User Id=DumbYT;Password=DumbYT;"
[Install]
WantedBy=multi-user.target