28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Default": "Host=pgsql.koda.id.vn;Port=5432;Database=mws;Username=postgres;Password=xxxx"
|
|
},
|
|
"Jwt": {
|
|
"Secret": "mws-development-secret-key-change-me-in-production-123456",
|
|
"Issuer": "Mws",
|
|
"Audience": "Mws.Clients",
|
|
"Expiration": "12:00:00"
|
|
},
|
|
"Cors": {
|
|
"Origins": "*"
|
|
},
|
|
"Minio": {
|
|
"Endpoint": "https://minio.koda.id.vn",
|
|
"AccessKey": "CHANGE_ME",
|
|
"SecretKey": "CHANGE_ME",
|
|
"Bucket": "mws"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |