cocottetech/@platform/codebase/@features/people-service/.env.example
Natalie 1fe5f81a71 feat(people-service): standalone identity service on its own DB
New cocottetech platform service (NestJS, port 3061) that owns the canonical
people/identities/relationships/signals model in its OWN database (black:25461),
not the shared platform.db — per the per-service-DB directive. Ported from
lilith's entities/people, dropping the lilith-specific clients/contacts bridges
and quinn_my ownership. Internal /internal/people/* API (upsert-identity,
signals, get, by-identity, summary) behind a service-token guard; health is
public. Consumed over HTTP by prospector and other apps. tsc clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 20:10:02 -04:00

15 lines
446 B
Text

# people-service — its OWN database (never the shared platform.db)
NODE_ENV=development
PEOPLE_API_PORT=3061
# Own Postgres DB (black:25461). Distinct from platform.db (25460) and v2 quinn.db.
PEOPLE_DB_HOST=127.0.0.1
PEOPLE_DB_PORT=25461
PEOPLE_DB_NAME=people
PEOPLE_DB_USER=people
PEOPLE_DB_PASSWORD=
PEOPLE_DB_SSL=false
PEOPLE_DB_POOL_MAX=10
# Shared-secret bearer for /internal/people/* (apps call with this token).
PEOPLE_SERVICE_TOKEN=