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

14 lines
222 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AWS": {
"Region": "us-east-1",
"BucketName": "saingchildren-s3"
}
}