put in fixed error in appsetting.cs does not have other key

This commit is contained in:
2026-05-13 18:22:17 +10:00
parent fb751ecbc3
commit c0bc89083d
5 changed files with 46 additions and 38 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Description=ASP.NET Core Web App running on Ubuntu
[Service]
WorkingDirectory=/var/www/familytree/api
ExecStart=/usr/bin/dotnet /var/www/fadmilytree/api/FamilyTreeAPI.dll
ExecStart=/usr/bin/dotnet /var/www/familytree/api/FamilyTreeAPI.dll
Restart=always
# Restart service after 10 seconds if the dotnet service crashes:
RestartSec=10