Skip to content

Commit 3861dd1

Browse files
authored
fix: add the missing properties for swagger (#207)
1 parent e2130d5 commit 3861dd1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/resources/application-swagger.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ registrarQuickSearchByIdUrl=http://localhost:8080/registrarQuickSearchById
2626
registrarQuickSearchByPhoneNoUrl=http://localhost:8080/registrarQuickSearchByPhoneNo
2727
beneficiaryEditUrl=http://localhost:8080/beneficiaryEdit
2828
registrarAdvanceSearchUrl=http://localhost:8080/registrarAdvanceSearch
29+
registrarQuickSearchByESUrl =http://localhost:8080/beneficiary/searchUser
30+
registrarAdvanceSearchESUrl =http://localhost:8080/beneficiary/searchBeneficiaryES
2931
foetalMonitorFilePath=/tmp/foetalmonitor
3032
foetalMonitorAPIKey=${FOETAL_MONITOR_API_KEY:default-api-key}
3133
tcSpecialistSlotBook=book
@@ -57,7 +59,7 @@ spring.jpa.hibernate.ddl-auto=create-drop
5759
spring.redis.host=localhost
5860
spring.redis.port=6379
5961
# CORS for Swagger UI
60-
cors.allowed-origins=${CORS_ALLOWED_ORIGINS:http://localhost:9090,http://localhost:8080}
62+
cors.allowed-origins=${CORS_ALLOWED_ORIGINS:http://localhost:9090,http://localhost:8080,http://localhost:8085}
6163

6264
jwt.secret=${JWT_SECRET_KEY:default-swagger-secret-change-me}
6365
# Logging

0 commit comments

Comments
 (0)