Files
etf-oglasi/frontend/config/gitea.tsx
T
ksan 14725e180a
CI/CD / Backend Unit Tests (push) Successful in 1m48s
CI/CD / Deploy (push) Successful in 1m38s
push notifications not working for some reason
2026-06-11 01:29:48 +02:00

11 lines
221 B
TypeScript

export const GITEA_URL = 'https://git.ksan.dev';
export const GITEA_OWNER = 'ksan';
export const GITEA_REPO = 'etf-oglasi';
export const RELEASE_TAG_PREFIX = 'mobile-v';
export const UPDATE_CHECK_TIMEOUT_MS = 8_000;