Skip to content

Commit

Permalink
Merge pull request #67 from Asp-irin/develop
Browse files Browse the repository at this point in the history
Assigned port 8086, updated ports for all microservices, and modified database connection in the environment configuration.
  • Loading branch information
drtechie authored Jan 21, 2025
2 parents a68c852 + 6cd3b23 commit fb92e3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/environment/common_example.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
spring.datasource.url=<Enter AMRIT DB URL here>
spring.datasource.username=<Enter your AMRIT DB username>
spring.datasource.password=<Enter your AMRIT DB password>
server.port=8086
spring.datasource.url=jdbc:mysql://localhost:3306/db_iemr
spring.datasource.username=root
spring.datasource.password=1234
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

spring.profiles.active=test
callcentre-server-ip=10.208.122.99
common-api-url=<Enter your socket address here>/commonapi-v1.0/
common-api-url=http://localhost:8083/

### Redis IP
spring.data.redis.host=localhost
Expand Down

0 comments on commit fb92e3a

Please sign in to comment.