spring.profiles.active=prod #JPA/HIBERNATE spring.jpa.hibernate.ddl-auto=create spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true # Use UTC timestamps spring.jpa.properties.hibernate.jdbc.time_zone=UTC # Flyway spring.flyway.enabled=false spring.flyway.locations=classpath:db/migration spring.flyway.schemas=public spring.flyway.baseline-on-migrate=true