aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-16 18:20:07 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-16 18:20:07 +0000
commit21b33c3e86aa2bdba726bc527f5ba306812cf68e (patch)
tree9ace98da24395103bc3b8b7bad6409b818a8b089 /src/main/resources/application.properties
parentwip (diff)
downloadmdrtl-21b33c3e86aa2bdba726bc527f5ba306812cf68e.tar.gz
mdrtl-21b33c3e86aa2bdba726bc527f5ba306812cf68e.zip
daily commit.wip
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 547f233..e0578c9 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,6 +1,6 @@
-spring.datasource.url=jdbc:postgresql://postgres:5432
-spring.datasource.username=
-spring.datasource.password=
+spring.datasource.url=jdbc:postgresql://postgres:5432/
+spring.datasource.username=spring
+spring.datasource.password=qwerqty
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect