Server Address To configure the server address that LAPIS will use when generating links in the emails it sends do the following: Open ~/apache-tomcat/production-cofig.json file in your favorite text editor Edit or add the following property: "serverAddress": "http://localhost", Change "http://localhost" with your LAPIS server address, for example "https://lapis.example.com" Restart tomcat to apply the changes: sudo systemctl restart tomcat.service