Skip to content

Commit 00dfffa

Browse files
authored
Merge pull request #35 from PatternAtlas/feature/adjust-properties-locally
use the new postgres user name locally as well
2 parents 654928e + d9e9ea9 commit 00dfffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server.port=1977
2-
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
3-
spring.datasource.username=postgres
4-
spring.datasource.password=postgres
2+
spring.datasource.url=jdbc:postgresql://localhost:5060/patternatlas
3+
spring.datasource.username=patternatlas
4+
spring.datasource.password=patternatlas
55
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
66
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
77
spring.jpa.hibernate.ddl-auto=update

0 commit comments

Comments
 (0)