AWS_Practice/AWS_Practice.Server/appsettings.Development.json
2026-04-23 18:01:37 +08:00

13 lines
176 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AWS": {
"AccessKey": "",
"SecretKey": ""
}
}