Skip to content

Commit 13d1abb

Browse files
authored
fix: drive is production with a env variable (#226)
Co-authored-by: Mithun James <[email protected]>
1 parent 5df5d95 commit 13d1abb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/main/environment/common_ci.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ springdoc.api-docs.enabled=false
167167
springdoc.swagger-ui.enabled=false
168168

169169

170-
isProduction=true
170+
isProduction=@env.IS_PRODUCTION@
171171
grievanceAllocationRetryConfiguration=3
172172

173173
start-grievancedatasync-scheduler=false
@@ -177,10 +177,7 @@ [email protected]_SECRET_KEY@
177177
captcha.verify-url=@env.CAPTCHA_VERIFY_URL@
178178
captcha.enable-captcha=@env.ENABLE_CAPTCHA@
179179

180-
<<<<<<< HEAD
181-
=======
182180
cors.allowed-origins=@env.CORS_ALLOWED_ORIGINS@
183181

184182

185-
>>>>>>> develop
186183

src/main/environment/common_docker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ springdoc.api-docs.enabled=false
168168
springdoc.swagger-ui.enabled=false
169169

170170

171-
isProduction=true
171+
isProduction=${IS_PRODUCTION}
172172
grievanceAllocationRetryConfiguration=3
173173

174174
start-grievancedatasync-scheduler=false

0 commit comments

Comments
 (0)