16 lines
389 B
Bash
16 lines
389 B
Bash
# ZynkTime Environment Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Required: Kleer API Key
|
|
KLEER_API_KEY=your_api_key_here
|
|
|
|
# Optional: Username (defaults to "Christopher Juhlin")
|
|
KLEER_USERNAME=Christopher Juhlin
|
|
|
|
# Optional: Company ID (defaults to "1336")
|
|
KLEER_COMPANY_ID=1336
|
|
|
|
# Server Configuration (for advanced users)
|
|
# SERVER_HOST=0.0.0.0
|
|
# SERVER_PORT=8000
|