From f36de76501db05155f985587b0b65d9125a2e390 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 8 Jun 2025 21:05:31 -0400 Subject: [PATCH] fix: clarify instruction in PUBLIC_SERVER_URL comment in .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 36db246..8a923ae 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # 🌐 Frontend -PUBLIC_SERVER_URL=http://server:8000 # Should be the service name of the backend with port 8000, even if you change the port in the backend service +PUBLIC_SERVER_URL=http://server:8000 # PLEASE DON'T CHANGE :) - Should be the service name of the backend with port 8000, even if you change the port in the backend service. Only change if you are using a custom more complex setup. ORIGIN=http://localhost:8015 BODY_SIZE_LIMIT=Infinity FRONTEND_PORT=8015