We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9179867 commit 7dc4aa7Copy full SHA for 7dc4aa7
1 file changed
src/Api/appsettings.Testing-Deployment.json
@@ -41,13 +41,16 @@
41
"HealthCheckPath": "/api/health",
42
"S3AwsSettings": {
43
"ServiceUrl": "http://localhost:9000",
44
+ "AccessKey": "",
45
+ "SecretKey": "",
46
"BucketName": "the-template-project",
47
"PublicUrl": "http://localhost:9000",
48
"PreSignedUrlExpirationInMinutes": 1440,
49
"Protocol": 1
50
},
51
"SecuritySettings": {
52
"JwtSettings": {
53
54
"ExpireTimeAccessTokenInMinute": 1440,
55
"ExpireTimeRefreshTokenInDay": 7
56
}
@@ -87,6 +90,9 @@
87
90
"ElasticsearchSettings": {
88
91
"IsEnabled": false
89
92
93
+ "DatabaseSettings": {
94
+ "DatabaseConnection": ""
95
+ },
96
"CacheSettings": {
97
"CachingExpirationInMinute": 5
98
0 commit comments