File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ logging.file.name=@env.ECD_API_LOGGING_FILE_NAME@
2828
2929springdoc.api-docs.enabled =@env.SWAGGER_DOC_ENABLED@
3030springdoc.swagger-ui.enabled =@env.SWAGGER_DOC_ENABLED@
31+
32+ spring.redis.host =@env.REDIS_HOST@
Original file line number Diff line number Diff line change @@ -22,4 +22,6 @@ logging.file.name=${ECD_API_LOGGING_FILE_NAME}
2222
2323# Swagger Documentation
2424springdoc.api-docs.enabled =${SWAGGER_DOC_ENABLED}
25- springdoc.swagger-ui.enabled =${SWAGGER_DOC_ENABLED}
25+ springdoc.swagger-ui.enabled =${SWAGGER_DOC_ENABLED}
26+
27+ spring.redis.host =${REDIS_HOST}
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ spring.http.multipart.max-file-size=10MB
4141spring.jackson.serialization.fail-on-empty-beans =false
4242
4343spring.session.store-type =redis
44- spring.redis.host =localhost
4544spring.redis.port =6379
4645
4746iemr.session.expiry.time.sec =7200
You can’t perform that action at this time.
0 commit comments