refactor: Whoops
This commit is contained in:
parent
9778a1e6d5
commit
a958d9f6ac
1 changed files with 1 additions and 1 deletions
|
@ -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.username=postgres_user
|
||||||
spring.datasource.password=postgres_pass
|
spring.datasource.password=postgres_pass
|
||||||
server.port=8080
|
server.port=8080
|
||||||
|
|
Reference in a new issue