9 lines
206 B
Bash
9 lines
206 B
Bash
# Copy to .env and adjust. .env is gitignored.
|
|
LOG_LEVEL=INFO
|
|
POLL_INTERVAL=60
|
|
|
|
# Example email-poller settings (uncomment and use in service.py):
|
|
# IMAP_HOST=imap.example.com
|
|
# IMAP_USER=
|
|
# IMAP_PASSWORD=
|