.env.example 202 B

12345
  1. DATABASE_URL="postgresql://user:password@localhost:5432/knowledge"
  2. MEDIA_BUCKET_NAME="knowledge-media"
  3. MEDIA_URL_EXPIRY_SECONDS=3600
  4. AUTH_SECRET="replace-with-a-long-random-secret"
  5. AUTH_TRUST_HOST=true