12 lines
422 B
Markdown
12 lines
422 B
Markdown
# Sneaky Mon
|
|
Because I need to monitor for file changes in a dir
|
|
|
|
## Settings
|
|
Settings are loaded from app/config/settings.yaml. You can define any dict here you want, then update `utils/settings.py` with the class to match your new definition. You can set defaults for any key and they will be used.
|
|
|
|
## .env setup
|
|
```
|
|
GOTIFY_URL=https://gotify.sneakygeek.net
|
|
GOTIFY_TOKEN=<GOTIFY TOKEN>
|
|
DIR_TO_WATCH=/var/ftp/events
|
|
``` |