2026-02-25 15:41:00 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
2026-03-03 16:49:57 +08:00
|
|
|
"DefaultConnection": "Data Source=petwash.db",
|
|
|
|
|
"MySqlConnection": "Server=101.132.182.216;Database=petwash;User=sc_root;Password=Shsc#$@2024#@!;Port=3306;CharSet=utf8mb4;"
|
|
|
|
|
},
|
|
|
|
|
"DatabaseProvider": "Sqlite"
|
2026-02-25 15:41:00 +08:00
|
|
|
}
|