Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #595 from egovernments/PFM-4871
Browse files Browse the repository at this point in the history
PFM-4871: added the changes to persist sms in a table in mgramseva
  • Loading branch information
debasishchakraborty-egovt authored Oct 6, 2023
2 parents 6714da9 + 2f244bd commit 7e8eff7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ sms.url.dont_encode_url = true

# DB CONNECTION CONFIGURATIONS
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/ifixdb
spring.datasource.url=jdbc:postgresql://localhost:5432/devdb
spring.datasource.username=postgres
spring.datasource.password=postgres

# FLYWAY CONFIGURATIONS
spring.flyway.url=jdbc:postgresql://localhost:5432/ifixdb
spring.flyway.url=jdbc:postgresql://localhost:5432/devdb
spring.flyway.user=postgres
spring.flyway.password=postgres
spring.flyway.baseline-on-migrate=true
spring.flyway.outOfOrder=true
spring.flyway.locations=classpath:/db/migration/main
spring.flyway.enabled=true
spring.flyway.table=ifix_migration_toolkit_schema
spring.flyway.table=eg_notification_sms_schema

# KAFKA CONSUMER CONFIGURATIONS
spring.kafka.consumer.auto_commit=true
Expand Down

0 comments on commit 7e8eff7

Please sign in to comment.