summaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 0000000..5bee14a
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1,6 @@
+server.port=8081
+spring.datasource.url=jdbc:postgresql://localhost:5432/notary
+spring.datasource.username=notary
+spring.datasource.password=7$s|U0Zd{J,5
+spring.jpa.hibernate.ddl-auto=update
+spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect \ No newline at end of file