Files
vibe-kanban/backend/.env.example

4 lines
185 B
Plaintext
Raw Normal View History

2025-06-17 09:35:58 -04:00
SSH_ENCRYPTION_KEY="bloop_ssh_key_32_characters_long"
DATABASE_URL=postgresql://user:password@localhost:5432/mission-control
ADMIN_PASSWORD=SOME_DEFAULT_PASSWORD
JWT_SECRET="somesecret"