# Forgejo - self-hosted Git service # Docs: https://forgejo.org/docs/latest/admin/config-cheat-sheet/ FORGEJO_HTTP_PORT=3000 FORGEJO_SSH_PORT=2223 # Set this to your public URL when behind a reverse proxy FORGEJO_ROOT_URL=http://localhost:3000