change port
This commit is contained in:
parent
bedc9519c4
commit
341f232370
Binary file not shown.
|
|
@ -1,5 +1,6 @@
|
||||||
server.servlet.context-path=/api
|
server.servlet.context-path=/api
|
||||||
spring.application.name=octopus-planning-application
|
spring.application.name=octopus-planning-application
|
||||||
|
server.port=4321
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# DATABASE
|
# DATABASE
|
||||||
|
|
@ -14,4 +15,3 @@ spring.jpa.show-sql=true
|
||||||
|
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
spring.h2.console.path=/h2-console
|
spring.h2.console.path=/h2-console
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue