Updated Configuration (markdown)

El RIDO 2015-10-22 21:11:11 +02:00
parent c9c49dd570
commit 68dcb3fe9c

@ -2,7 +2,9 @@ ZeroBin comes with a configuration file to enable/disable features, change theme
## Structure
You find the configuration file at `cfg/conf.ini`. It 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 (`=`).
You find an example configuration file at `cfg/conf.ini.sample` with the default settings. If you want to change these, copy the sample file to `cfg/conf.ini` and adapt the values as needed.
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]`.