first commit

This commit is contained in:
2025-12-02 21:26:08 +01:00
commit 790f4a9f1d
23 changed files with 4085 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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