Port 8000 is a bad dev port. Everything runs on 8000

This commit is contained in:
Greg Gauthier 2023-07-19 08:19:05 +01:00
parent 74bab55eda
commit 85b7772862
1 changed files with 2 additions and 1 deletions

View File

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