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
+16
View File
@@ -0,0 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"RunAsWindowsService": true,
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
}
}