feat(config): load repo-root .env via python-dotenv
All checks were successful
python-syntax / syntax-check (push) Successful in 4s

This commit is contained in:
2026-04-05 20:05:11 +02:00
parent 683f2d5961
commit bb247aaad2
4 changed files with 15 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Copy to .env and adjust as needed
CLICKTHROUGH_HOST=127.0.0.1
CLICKTHROUGH_PORT=8123
CLICKTHROUGH_TOKEN=change-me
CLICKTHROUGH_DRY_RUN=false
CLICKTHROUGH_GRID_ROWS=12
CLICKTHROUGH_GRID_COLS=12
# CLICKTHROUGH_ALLOWED_REGION=0,0,1920,1080