'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 = { // http:// kept as-is; bare host gets https in gitea-release.js base_url: 'http://brassnet.ddns.net:33983', owner: 'Dawnsorrow', repo: 'Fractured-Distro', release_tag: 'latest', };