10 lines
266 B
Bash
10 lines
266 B
Bash
CURSOR_API_KEY=crsr_your_key_here
|
|
CURSOR_MODEL=auto
|
|
|
|
# Bootstrap admin (created on first start if users list is empty)
|
|
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=admin
|
|
|
|
# Optional: unused placeholder for future signed cookies (not read by main.py)
|
|
SESSION_SECRET=change-me
|