feat : start login after start program, add appsetings

This commit is contained in:
2025-08-01 16:58:14 +08:00
parent 6a82898765
commit 0dc7e05029
5 changed files with 46 additions and 15 deletions

View File

@@ -5,5 +5,11 @@
"Microsoft.AspNetCore": "Warning"
}
},
"FubonSettings":{
"Id": "UserId",
"Password": "Password",
"CertPath": "./static",
"CertPassword":"CertPassword"
},
"AllowedHosts": "*"
}