diff --git a/README.md b/README.md index 58014528a23420a946f66234292ddf35e3ad380a..9473b46347470f03a057926552f170c3358aa8b0 100755 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ chmod +x /etc/cron.daily/stechuhr_data_retention Stechuhr-Server allows you to use _multiple_ configuration files, each overriding the previous one either in full or partly. In any case a default configuration is used, which might or might not fit your purpose (probably not). +Stechuhr-server will use _all_ *.toml files found in the specified directories in alphabetical order (e.g. `/etc/stechuhr-server`, for more see the config script below) + To maintain control a helper script exists at `stechuhr_server/config.py` which allows you to create a new config, print the currently used ones, etc. If your system python has the `toml` dependency installed run it using `python3 stechuhr_server/config.py` and it will display the help. If you _don't_ have the toml dependency installed you can: 1. Install it