Skip to content

Commit 7dc4aa7

Browse files
chore: update testing setting
1 parent 9179867 commit 7dc4aa7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Api/appsettings.Testing-Deployment.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@
4141
"HealthCheckPath": "/api/health",
4242
"S3AwsSettings": {
4343
"ServiceUrl": "http://localhost:9000",
44+
"AccessKey": "",
45+
"SecretKey": "",
4446
"BucketName": "the-template-project",
4547
"PublicUrl": "http://localhost:9000",
4648
"PreSignedUrlExpirationInMinutes": 1440,
4749
"Protocol": 1
4850
},
4951
"SecuritySettings": {
5052
"JwtSettings": {
53+
"SecretKey": "",
5154
"ExpireTimeAccessTokenInMinute": 1440,
5255
"ExpireTimeRefreshTokenInDay": 7
5356
}
@@ -87,6 +90,9 @@
8790
"ElasticsearchSettings": {
8891
"IsEnabled": false
8992
},
93+
"DatabaseSettings": {
94+
"DatabaseConnection": ""
95+
},
9096
"CacheSettings": {
9197
"CachingExpirationInMinute": 5
9298
}

0 commit comments

Comments
 (0)