diff --git a/README.md b/README.md index 0214e4c..6c5cf3f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See the [YAML config eample](config/config.yaml): ```yaml core: port: "8088" - notification_max: 100 + max_notification: 100 mode: "release" ssl: false cert_path: "cert.pem" diff --git a/config/config.yaml b/config/config.yaml index 04c7049..7db709a 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,6 +1,6 @@ core: port: "8088" - notification_max: 100 + max_notification: 100 mode: "release" ssl: false cert_path: "cert.pem"