Server URL
Defines the default base URL for OpenBoxes. This should be updated based on the deployment environment.
Configuration¶
Customization¶
The default is fine if you're running OpenBoxes locally. When OpenBoxes is deployed on a server, you'll need to update this value to match the public IP address of the deployment.
In addition, if you follow our Post Deployment
guide (i.e. using a custom domain, enabling SSL, and putting OpenBoxes behind a reverse proxy server) then
your grails.serverURL
will need to match (i.e. http->https, remove port, add custom domain)
Finally, if you decide to change the Context Path (i.e. deploy OpenBoxes via
the root context path) you'll also need to make sure you update the grails.serverURL
to reflect
the change.