updates source code (1 file)

This commit is contained in:
-Puter
2026-06-01 20:58:55 +05:30
parent ef87cf80e5
commit 370c45c002

View File

@@ -25,19 +25,23 @@ SERVICE_TOKEN=dev-service-token-REPLACE_ME
A2A_ALLOWED_KEY=***********
# ── Central Gitea (shared org-wide, changes.md §2A) ──
GITEA_URL=http://127.0.0.1:3001
# 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_INTERNAL_URL=http://127.0.0.1:3001
GITEA_ROOT_URL=http://localhost:3001
GITEA_ADMIN_USER=growqr-admin
GITEA_ADMIN_PASSWORD=growqr-admin-dev
GITEA_ADMIN_TOKEN=
GITEA_ORG_NAME=growqr
# ── Version tracking (changes.md §9) ──
OPENCODE_IMAGE_VERSION=1.0.0
OPENCODE_IMAGE_VERSION=dev
MIGRATION_VERSION=1
PROMPT_VERSION=1
PROMPT_VERSION=2
# Rivet Kit engine (self-hosted in docker-compose)
RIVET_ENDPOINT=http://localhost:6420
RIVET_ENDPOINT=http://default:dev-admin-token@localhost:6420
RIVET_CLIENT_ENDPOINT=http://127.0.0.1:4000/api/rivet
# Product microservice sub-agent URLs
@@ -46,7 +50,7 @@ ROLEPLAY_SERVICE_URL=http://localhost:8008
QSCORE_SERVICE_URL=http://localhost:8000
# Per-user OpenCode container image (shared, changes.md §3)
OPENCODE_IMAGE=ghcr.io/anomalyco/opencode:latest
OPENCODE_IMAGE=growqr/opencode:dev
# Host where spawned containers expose their ports.
# - localhost in dev