Files
WorkStation/WorkStation.Server/appsettings.json

13 lines
274 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2025-07-07 18:41:36 +08:00
"AllowedHosts": "*",
"ConnectionStrings": {
"MySQLConnection": "server=106.14.189.125;Database=WorkStationDB;User=root;Password=Mysql!950307"
}
}