feat: update Gitea configuration for base URL and owner; add updateInfo to GameSelectOption interface

This commit is contained in:
2026-05-21 23:06:54 +02:00
parent 88aeedb5ff
commit 0bc6f60b2c
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ import { nodecg } from './util/nodecg.js';
// ── Configuración de Gitea ────────────────────────────────────────────────────
// Edita estas constantes para apuntar a tu instancia.
const GITEA_BASE_URL = 'http://localhost:3000';
const GITEA_OWNER = 'admin';
const GITEA_BASE_URL = 'http://10.0.0.10:3002';
const GITEA_OWNER = 'Pandipipas';
const GITEA_REPO = 'fighting-game-packs';
const GITEA_BRANCH = 'main';