From 903b671e7d6cc1c289be5dc7f356a9e5fb98dbf7 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Fri, 25 Aug 2017 01:47:18 +0100 Subject: Add config and config loader and remove requirement of trailing slashes in config values --- config/dipper.php.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/dipper.php.example (limited to 'config') diff --git a/config/dipper.php.example b/config/dipper.php.example new file mode 100644 index 0000000..d43ea42 --- /dev/null +++ b/config/dipper.php.example @@ -0,0 +1,9 @@ + "/path/to/directory", // The directory where we write the nginx.conf partial + "SITES_ROOT" => "/path/to/directory", // The directory where we write the website file and directory structure + ]; -- cgit v1.2.3