fix: update application properties and Dockerfile for local development configuration

This commit is contained in:
almazlar
2026-02-22 13:18:08 +03:00
parent 854a0bace8
commit b5dcba1e11
3 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
server.port=8082
server.servlet.context-path=/api
spring.application.name=backend
spring.datasource.url=jdbc:postgresql://localhost:5432/tododb