|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page HistoryHere you can modify the port on which the frontend application will be served :
server:
# the backend will be served via /api on 8080
# note: this is relative to applicationContextPath
rootPath: /api
# the frontend will be served via / on 8080
applicationContextPath: /
applicationConnectors:
- type: http
port: 8080
# the backend will be served via /api on 8080
# note: this is relative to applicationContextPath
rootPath: /api
# the frontend will be served via / on 8080
applicationContextPath: /
applicationConnectors:
- type: http
port: 8080
{code}
server:
server:
Validation query may have to be adapted as well to the chosen DB.{warning}
h3. Logging