diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index f8a1ab2..df80efa 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -1,6 +1,7 @@ <?php class Config { public static $hostname = 'quill.dev'; + public static $base_url = 'http://quill.dev/'; public static $gaid = ''; public static $dbHost = '127.0.0.1'; |