diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-16 18:20:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-16 18:20:07 +0000 |
commit | 21b33c3e86aa2bdba726bc527f5ba306812cf68e (patch) | |
tree | 9ace98da24395103bc3b8b7bad6409b818a8b089 /src/main/resources | |
parent | wip (diff) | |
download | mdrtl-21b33c3e86aa2bdba726bc527f5ba306812cf68e.tar.gz mdrtl-21b33c3e86aa2bdba726bc527f5ba306812cf68e.zip |
daily commit.wip
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 6 |
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 |