We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a726143 commit 9719a49Copy full SHA for 9719a49
1 file changed
src/main/environment/common_example.properties
@@ -8,6 +8,10 @@ spring.profiles.active=test
8
callcentre-server-ip=10.208.122.99
9
common-api-url=http://localhost:8083/
10
11
+
12
+common-api-url-searchuserbyid=http://localhost:8083/beneficiary/searchUserByID
13
+common-api-url-searchBeneficiary=http://localhost:8083/beneficiary/searchBeneficiary
14
15
### Redis IP
16
spring.data.redis.host=localhost
17
jwt.secret=my-32-character-ultra-secure-and-ultra-long-secret
0 commit comments