platform-codebase/features/attributes/.env.example
Quinn Ftw 0167af841c fix(conversation-assistant): chunked sync and remove body size limits
- Chunk messages into batches of 25 to avoid any payload limits
- Remove nginx body size limit (client_max_body_size 0)
- Add NestJS body-parser with 500mb limit as safety net
- Increase proxy timeouts for large syncs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:54:50 -08:00

15 lines
479 B
Text

# Attributes Database Configuration
#
# Credentials are stored in vault/features/attributes.env (git-ignored)
# and symlinked here as .env
#
# The symlink is already set up:
# .env -> ../../../vault/features/attributes.env
#
# The reconciler sets POSTGRES_PORT and POSTGRES_DATA_DIR from inventory.
# Password is managed in the vault.
# Reference values (actual credentials in vault):
# POSTGRES_USER=attributes
# POSTGRES_PASSWORD=<managed in vault>
# POSTGRES_DB=attributes