diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:11:10 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:11:10 -0700 |
commit | a3701e1e4f248ddb2e9fda275e55febecadc32cc (patch) | |
tree | 91a1c5aba700ed86ba39bf1ccd1168b8d832b8bb /lib | |
parent | e9a6f679fad90170296f8e97d70a47ec8e99c392 (diff) |
rename to quill
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.template.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index b0dbab5..5dd1bf7 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -1,11 +1,11 @@ <?php class Config { - public static $hostname = 'indiepost.dev'; + public static $hostname = 'quill.dev'; public static $gaid = ''; public static $dbHost = '127.0.0.1'; - public static $dbName = 'indiepost'; - public static $dbUsername = 'indiepost'; + public static $dbName = 'quill'; + public static $dbUsername = 'quill'; public static $dbPassword = ''; } |