Code: Select all
spring.datasource.url=jdbc:postgresql://localhost:5432/main-service
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.hikari.schema=main-service
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.flyway.default-schema=main-service
spring.flyway.create-schemas=true
spring.datasource.username=${USER}
spring.datasource.password=${PASSWORD}