### File: global.properties
# Start web server
# The web server listens for requests and can be accessed on TCP port 8000 of all interfaces
# URL: http://${your-ip}:8000/requisitions/${name-requisition-cfg}
driver = http
host = 0.0.0.0
port = 8000
httpUser = myUser
httpPassword = 987654321