fix: Gitea URL — use gitea:3000 (Docker internal) not localhost:3300
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import re
|
|||||||
import urllib.request
|
import urllib.request
|
||||||
import urllib.error
|
import urllib.error
|
||||||
|
|
||||||
GITEA_URL = "http://localhost:3300"
|
GITEA_URL = "http://gitea:3000"
|
||||||
GITEA_TOKEN = "7abae0245e49e130e1b6752b7fa381a57607d8c7"
|
GITEA_TOKEN = "7abae0245e49e130e1b6752b7fa381a57607d8c7"
|
||||||
REPO = "yusiboyz/platform"
|
REPO = "yusiboyz/platform"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user