mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 14:09:04 +01:00
24 lines
845 B
Plaintext
24 lines
845 B
Plaintext
# Bambu Run Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Required: Your Bambu Lab account credentials (same as Bambu Handy / Bambu Studio login)
|
|
BAMBU_USERNAME=your_email@example.com
|
|
BAMBU_PASSWORD=your_password
|
|
|
|
# Optional: Authentication token (auto-saved after first login, skip manual auth next time)
|
|
# After first-time authentication (Step 5a), paste your token here so future
|
|
# container restarts won't require email verification again.
|
|
# BAMBU_TOKEN=
|
|
|
|
# Optional: Device ID (auto-detected if you only have one printer)
|
|
# BAMBU_DEVICE_ID=
|
|
|
|
# Optional: Timezone (default: UTC)
|
|
# TIMEZONE=Australia/Melbourne
|
|
|
|
# Optional: Django settings
|
|
# DEBUG=True
|
|
# DJANGO_SECRET_KEY=change-me-to-a-random-string
|
|
# ALLOWED_HOSTS=localhost,127.0.0.1
|
|
# CSRF_TRUSTED_ORIGINS="https://bambu-run.example.com,http://bambu-run.example.com"
|