Environment variables are injected on deployment. You will need to re-deploy.
+
+
## Server Issues
+
+
### NGINX / Cloudflare
+
LubeLogger is a web app that runs on Kestrel, it literally doesn't matter if it's deployed behind a reverse proxy or Cloudflare tunnel. As long as the app can receive traffic on the port it's configured on, it will run.
+
+
Here's a sample Nginx reverse proxy configuration courtesy of [thehijacker](https://github.com/thehijacker)