change port

This commit is contained in:
Jari 2025-10-20 23:27:22 +02:00
parent bedc9519c4
commit 341f232370
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
server.servlet.context-path=/api
spring.application.name=octopus-planning-application
server.port=4321
#
#
# DATABASE
@ -14,4 +15,3 @@ spring.jpa.show-sql=true
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console