# Details for our datasource heroku spring.datasource.url=jdbc:postgresql://ec2-54-75-230-41.eu-west-1.compute.amazonaws.com/d3e1jrm08qe91q?ssl=true&sslmode=require&sslfactory=org.postgresql.ssl.NonValidatingFactory spring.datasource.username=eecsegponwphcn spring.datasource.password=4045a1e5a2de22362149709c3a2a1d5eb6e243cd553fd1a15f76fc54923638ce spring.datasource.driverClassName=org.postgresql.Driver # Hibernate properties spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL94Dialect spring.jpa.generate-ddl=true spring.jpa.show-sql=false spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jackson.serialization.FAIL_ON_EMPTY_BEANS=false #spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false