Files
metabloom/server/.env.example
T
AI Company ea8b5be058
MetaBloom CI / app (push) Canceled after 0s
MetaBloom CI / api (push) Canceled after 0s
feat: evolve MetaBloom into full product foundation
2026-07-21 19:24:59 +00:00

7 lines
233 B
Bash

DATABASE_URL=postgresql+psycopg://metabloom:change-me@localhost:5432/metabloom
JWT_SECRET=generate-a-random-secret-of-at-least-32-characters
ENVIRONMENT=production
ALLOWED_ORIGINS=https://app.example.com
POSTGRES_PASSWORD=change-me