spring.datasource.url=jdbc:postgresql://localhost:5432/${DB_REMOTE_NAME} spring.datasource.username=${DB_REMOTE_USERNAME} spring.datasource.password=${DB_REMOTE_PASSWORD} spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=update