feat(config): load repo-root .env via python-dotenv
All checks were successful
python-syntax / syntax-check (push) Successful in 4s
All checks were successful
python-syntax / syntax-check (push) Successful in 4s
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user