updates source code (1 file)
This commit is contained in:
@@ -27,7 +27,7 @@ A2A_ALLOWED_KEY=***********
|
||||
# ── Central Gitea (shared org-wide, changes.md §2A) ──
|
||||
# Public URL is used for Git remotes and must be reachable by OpenCode containers.
|
||||
# Internal URL is used only by the backend when it shares a private network with Gitea.
|
||||
GITEA_PUBLIC_URL=http://127.0.0.1:3001
|
||||
GITEA_PUBLIC_URL=http://host.docker.internal:3001
|
||||
GITEA_INTERNAL_URL=http://127.0.0.1:3001
|
||||
GITEA_ROOT_URL=http://localhost:3001
|
||||
GITEA_ADMIN_USER=growqr-admin
|
||||
@@ -38,7 +38,7 @@ GITEA_ORG_NAME=growqr
|
||||
# ── Version tracking (changes.md §9) ──
|
||||
OPENCODE_IMAGE_VERSION=dev
|
||||
MIGRATION_VERSION=1
|
||||
PROMPT_VERSION=2
|
||||
PROMPT_VERSION=4
|
||||
|
||||
# Rivet Kit engine (self-hosted in docker-compose)
|
||||
RIVET_ENDPOINT=http://default:dev-admin-token@localhost:6420
|
||||
|
||||
Reference in New Issue
Block a user