# --------------------------------------------------------------------------- # GitManager configuration. Copy this file to `.env`. # NEVER commit a real `.env` (it is git-ignored). # # The ONLY thing configured in .env is the root directory that holds your # projects. Each project is a subdirectory of that root, and its forge is # detected from its git remote. Everything else — forge hosts + access tokens # and the git commit identity — is managed in the app's Settings (/settings) and # stored in a private database (AGENT.md §1.5). Runtime bootstrap (listen address, # TLS, DB path, the container projects root) is set by docker-compose. # --------------------------------------------------------------------------- # Host folder that holds your projects. docker-compose mounts it to /repos inside # the container (scanned as PROJECTS_ROOT). Example: C:/Users/you/Projects REPOS_HOST_PATH=./repos