8 lines
163 B
Plaintext
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
|