termbox/.env.example
Keiran b2c7dcae83 move auth commands to subcommands underneath auth
add tokens stored on the local device for persisting auth
2025-08-06 06:26:42 +01:00

8 lines
163 B
Plaintext

DB_HOST=localhost
DB_PORT=5432
DB_NAME=termbox
DB_USER=your_username
DB_PASSWORD=your_password
RESEND_API_KEY=your_resend_api_key
JWT_SECRET=some_long_string_here