Files
HermesMessages/backend/.env.example
2026-04-28 19:48:02 -05:00

9 lines
260 B
Plaintext

DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5433/hermesmessages
REDIS_URL=redis://localhost:6379
SECRET_KEY=changeme-use-a-long-random-string
META_APP_ID=
META_APP_SECRET=
META_WEBHOOK_VERIFY_TOKEN=
ANTHROPIC_API_KEY=
ENVIRONMENT=development