feat: integration cloudfile

This commit is contained in:
2026-09-06 12:33:38 +07:00
parent c2088f42dc
commit 888dd41dcd
24 changed files with 1148 additions and 28 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"Default": "Host=192.168.2.100;Port=5432;Database=mws;Username=postgres;Password=Pa55w0rd"
"Default": "Host=192.168.1.100;Port=5432;Database=mws;Username=postgres;Password=xxxx"
},
"Jwt": {
"Secret": "mws-development-secret-key-change-me-in-production-123456",
@@ -10,6 +10,12 @@
},
"Cors": {
"Origins": "*"
},
"CloudFile": {
"BaseUrl": "https://s3.koda.id.vn",
"ApiKey": "xxxx",
"BucketPrefix": "mws-p-",
"HttpTimeoutSeconds": 30
},
"Logging": {
"LogLevel": {