.env.template 104 B

12345
  1. JWT_SECRET=something
  2. COOKIE_SECRET=something
  3. DATABASE_TYPE="postgres"
  4. REDIS_URL=redis://localhost:6379