diff options
Diffstat (limited to 'config.php')
| -rw-r--r-- | config.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100644 index 0000000..8260093 --- /dev/null +++ b/config.php @@ -0,0 +1,8 @@ +<?php + +error_reporting(E_ALL); + +return [ + 'path_to_repository' => '/home/david/projects/temp/todo', + 'path_to_templates' => '/home/david/projects/todo.davidtsadler.com/src/templates/', +]; |
