Add steam running games

This commit is contained in:
Din Dang
2024-11-28 19:28:37 +08:00
parent f6ac22ee8d
commit 62e77433aa
28 changed files with 1507 additions and 11 deletions
+8
View File
@@ -4,5 +4,13 @@
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"RunAsWindowsService": true,
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
}
}