From 949cc1c013dcb591147d3b4665754c641a77d718 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 28 Jan 2018 01:36:14 +0100 Subject: [PATCH] Fix config file name --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index bb4756d..dd6e504 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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 (`=`).