Index: src/main/resources/application-prod.properties
===================================================================
--- src/main/resources/application-prod.properties	(revision 21db775c91ad00fb8e5083841e355b21d5e44ef7)
+++ src/main/resources/application-prod.properties	(revision 21db775c91ad00fb8e5083841e355b21d5e44ef7)
@@ -0,0 +1,15 @@
+spring.datasource.url=jdbc:postgresql://localhost:5444/db_202223z_va_prj_moviezone
+spring.datasource.username=db_202223z_va_prj_moviezone_owner
+spring.datasource.password=7f414e0b6d62
+
+
+## default connection pool
+spring.datasource.hikari.connectionTimeout=20000
+spring.datasource.hikari.maximumPoolSize=5
+
+spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
+spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
+spring.jpa.properties.hibernate.default_schema=project
+
+spring.jpa.hibernate.ddl-auto=validate
+spring.jpa.show-sql=true
