From 93fe6a825baa3c5141fb220256b2c0b1fc3da273 Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 11:41:45 +0500 Subject: Initialize --- src/main/resources/application.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/application.properties (limited to 'src/main/resources/application.properties') 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 -- cgit v1.2.3