Server Configuration
These configuration parameters control monetr's actual HTTP server as well as some configuration around cookies.
The TLS certificate and key do not affect the external URL. If you specify https://... in the external URL and
omit a TLS certificate and key, monetr assumes that you have some kind of proxy layer such as Nginx providing TLS
termination.
TLS certificates are also not automatically rotated for the HTTP server either. The server must be restarted after certificates are changed.
The following environment variables map to the following configuration file fields. Each field is documented below.
Cookies
monetr uses cookies for authentication, cookies can be configured depending on whether or not you are using HTTPS for your self hosted instance. But all cookies monetr issues are HTTP only such that they are never visible to client side code.
Note: None of these can be configured via environment variables at this time.