This commit is contained in:
Constantin Simonis 2025-02-13 09:42:42 +01:00
parent 0ef2f58379
commit 177dd78592
No known key found for this signature in database
GPG key ID: 758DD9C506603183
11 changed files with 148 additions and 1 deletions

View file

@ -1,4 +1,4 @@
spring.datasource.url=jdbc:postgresql://${DB_HOST:-localhost}:5432/postgresdb
spring.datasource.url=jdbc:postgresql://localhost:5432/postgresdb
spring.datasource.username=postgres_user
spring.datasource.password=postgres_pass
server.port=8080