From 0bd55562c6e0545cdf042fdd4a9ecaf824b735a9 Mon Sep 17 00:00:00 2001 From: Nathan Trudeau Date: Wed, 29 Apr 2026 12:16:44 -0400 Subject: [PATCH] fix .env.example for contributor remote --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 7dcfb4f..e122268 100644 --- a/.env.example +++ b/.env.example @@ -26,6 +26,8 @@ FSDGG_CLI_CLIENT_ID="ba4ec9ec-8ae8-4450-9cec-fd532bbe63d5" # OAuth app; change it only if the Gitea app registration was updated # in sync. FSDGG_CLI_REDIRECT_URI="http://127.0.0.1:38111/callback" +FSDGG_PUBLIC_BASE_URL="https://gateway.cvgitea.ddns.net" +FORGE_STACK_DEVPI_URL="https://gateway.cvgitea.ddns.net" # Set to 1 to skip TLS verification (self-signed dev Gitea only). # FORGE_INSECURE_TLS="0"