# Set the existing T3 account and its home before enabling this service.
t3code_user=""
t3code_home=""
t3code_node="/usr/bin/node"

# Preserve the same T3 data and identity used by the interactive server.
# export T3CODE_HOME="/home/kalvens/.t3"
# Include directories containing your installed provider CLIs.
# export PATH="/home/kalvens/.local/bin:$PATH"

# These exports are inherited by the launcher and every updated server.
# With a token, startup configures tea automatically for this service instance.
# Both URL and token are required; change them here and restart to rotate.
# export T3CODE_GITEA_BASE_URL="https://gitea.rtvision.com"
# export T3CODE_GITEA_TOKEN="replace-with-your-token"
# export T3CODE_GITEA_SSH_HOSTS="optional-ssh-alias"

# If IPv6 Cloudflare edge connections time out but IPv4 works:
# export TUNNEL_EDGE_IP_VERSION=4
