9 lines
260 B
Plaintext
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
|