Fix config file name
parent
4182b0baee
commit
949cc1c013
@ -2,7 +2,7 @@ PrivateBin comes with a configuration file to enable/disable features, change th
|
||||
|
||||
## Structure
|
||||
|
||||
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.
|
||||
You find an example configuration file at `cfg/conf.sample.php` with the default settings. If you want to change these, copy the sample file to `cfg/conf.php` 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 `]`) and the option keys are separated by the values with equal signs (`=`).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user