feat: integration cloudfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"Default": "Host=192.168.2.100;Port=5432;Database=mws;Username=postgres;Password=Pa55w0rd"
|
||||
"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",
|
||||
@@ -11,6 +11,12 @@
|
||||
"Cors": {
|
||||
"Origins": "*"
|
||||
},
|
||||
"CloudFile": {
|
||||
"BaseUrl": "https://s3.koda.id.vn",
|
||||
"ApiKey": "xxxx",
|
||||
"BucketPrefix": "mws-p-",
|
||||
"HttpTimeoutSeconds": 30
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
|
||||
Reference in New Issue
Block a user