forked from Rockachopa/Timmy-time-dashboard
chore: migrate all Gitea references from localhost to VPS (143.198.27.163)
Sunset local Gitea in favor of remote VPS instance. All automation, scripts, configs, and docs updated.
This commit is contained in:
@@ -29,7 +29,7 @@ QUEUE_FILE = REPO_ROOT / ".loop" / "queue.json"
|
||||
IDLE_STATE_FILE = REPO_ROOT / ".loop" / "idle_state.json"
|
||||
TOKEN_FILE = Path.home() / ".hermes" / "gitea_token"
|
||||
|
||||
GITEA_API = os.environ.get("GITEA_API", "http://localhost:3000/api/v1")
|
||||
GITEA_API = os.environ.get("GITEA_API", "http://143.198.27.163:3000/api/v1")
|
||||
REPO_SLUG = os.environ.get("REPO_SLUG", "rockachopa/Timmy-time-dashboard")
|
||||
|
||||
# Backoff sequence: 60s, 120s, 240s, 600s max
|
||||
|
||||
Reference in New Issue
Block a user