You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
490 B
17 lines
490 B
# Required |
|
TURSO_URL=libsql://your-database.turso.io |
|
TURSO_AUTH_TOKEN=your-auth-token-here |
|
YOUTUBE_API_KEY=your-youtube-api-key |
|
JWT_SECRET=your-secret-key-min-32-chars |
|
JWT_REFRESH_SECRET=your-refresh-secret-different-from-above |
|
|
|
# Optional (with defaults) |
|
PORT=3000 |
|
CORS_ORIGIN=http://localhost:5173 |
|
NODE_ENV=development |
|
ACCESS_TOKEN_EXPIRY=15m |
|
REFRESH_TOKEN_EXPIRY=7d |
|
|
|
# Initial admin (required on first run) |
|
INITIAL_ADMIN_USERNAME=admin |
|
INITIAL_ADMIN_PASSWORD=change-this-secure-password
|
|
|