wrong port again :/

This commit is contained in:
Greg Gauthier 2023-07-19 08:23:22 +01:00
parent 85b7772862
commit 3ca21fdca9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#Spring Boot server configuration
#Port 8000 is used by other things on my workstations
server.address=0.0.0.0
server.port=9020
server.port=9090
#H2 console web access configuration
#Open "http://0.0.0.0:8000/h2-console" and hit "Connect" button