'use strict'; /** * Production Gitea mirror (non-secret). Edit here and ship — no inject script, * no fractured-release-channel.json, no CI env needed for these fields. * Token stays in env: GITEA_TOKEN or launcher.json → gitea.token_env. */ module.exports = { base_url: '', owner: '', repo: '', release_tag: 'latest', };