There was an error while loading. Please reload this page.
1 parent 5b04747 commit 2344cb7Copy full SHA for 2344cb7
src/main/resources/application-prod.properties
@@ -0,0 +1,7 @@
1
+spring.datasource.url=${DB_URL}
2
+spring.datasource.username=${DB_USERNAME}
3
+spring.datasource.password=${DB_PASSWORD}
4
+
5
+spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
6
+spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
7
+spring.jpa.hibernate.ddl-auto=none
0 commit comments