diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/dipper.php.example | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ +<?php + + // This is how you configure dipper for your system + // Each directory below must exists + // Each directory much end with a slash + return [ + "CONFIG_ROOT" => "/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 + ]; |