- Add CLAUDE.md at root and AGENTS.md in apps/api, apps/indexer, apps/backoffice, crates/parsers with module-specific guidelines - Unify all service ports to 70XX (no more internal/external split): API 7080, Indexer 7081, Backoffice 7082 - Update docker-compose.yml, Dockerfiles, config.rs defaults, .env.example, backoffice routes, bench.sh, smoke.sh Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
API_BASE_URL=http://localhost:7080
|
|
API_BOOTSTRAP_TOKEN=stripstream-dev-bootstrap-token
|
|
NEXT_PUBLIC_API_BASE_URL=http://localhost:7080
|
|
NEXT_PUBLIC_API_BOOTSTRAP_TOKEN=stripstream-dev-bootstrap-token
|