refactor: Whoops

This commit is contained in:
Constantin Simonis 2025-02-12 11:15:33 +01:00
parent 9778a1e6d5
commit a958d9f6ac
No known key found for this signature in database
GPG key ID: 758DD9C506603183

View file

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