From 5c648c2dfa99d441eb1218af3956586cf6951ec4 Mon Sep 17 00:00:00 2001 From: rugk Date: Fri, 12 Aug 2016 18:21:52 +0200 Subject: [PATCH] Add purge part --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 1e2d0e4..d89002c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -6,7 +6,7 @@ You find an example configuration file at `cfg/conf.ini.sample` with the default The file is in `ini` format, meaning that lines beginning with semicolons (`;`) are comments, configuration options are grouped in sections, marked by square brackets (`[` & `]`) and the option keys are separated by the values with equal signs (`=`). -By default there are 7 sections: `[main]`, `[expire]`, `[expire_options]`, `[formatter_options]`, `[traffic]`, `[model]` and `[model_options]`. +By default there are 7 sections: `[main]`, `[expire]`, `[expire_options]`, `[formatter_options]`, `[traffic]`, `[purge]`, `[model]` and `[model_options]`. ## Options