fix .env.example for contributor remote

This commit is contained in:
Nathan Trudeau
2026-04-29 12:16:44 -04:00
parent 9b15d5fed0
commit 0bd55562c6

View File

@@ -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 # OAuth app; change it only if the Gitea app registration was updated
# in sync. # in sync.
FSDGG_CLI_REDIRECT_URI="http://127.0.0.1:38111/callback" 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). # Set to 1 to skip TLS verification (self-signed dev Gitea only).
# FORGE_INSECURE_TLS="0" # FORGE_INSECURE_TLS="0"