File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ springdoc.api-docs.enabled=false
167
167
springdoc.swagger-ui.enabled =false
168
168
169
169
170
- isProduction =true
170
+ isProduction =@env.IS_PRODUCTION@
171
171
grievanceAllocationRetryConfiguration =3
172
172
173
173
start-grievancedatasync-scheduler =false
177
177
captcha.verify-url =@env.CAPTCHA_VERIFY_URL@
178
178
captcha.enable-captcha =@env.ENABLE_CAPTCHA@
179
179
180
- <<<<<<< HEAD
181
- =======
182
180
cors.allowed-origins =@env.CORS_ALLOWED_ORIGINS@
183
181
184
182
185
- >>>>>>> develop
186
183
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ springdoc.api-docs.enabled=false
168
168
springdoc.swagger-ui.enabled =false
169
169
170
170
171
- isProduction =true
171
+ isProduction =${IS_PRODUCTION}
172
172
grievanceAllocationRetryConfiguration =3
173
173
174
174
start-grievancedatasync-scheduler =false
You can’t perform that action at this time.
0 commit comments