From a3701e1e4f248ddb2e9fda275e55febecadc32cc Mon Sep 17 00:00:00 2001
From: Aaron Parecki <aaron@parecki.com>
Date: Sun, 25 May 2014 15:11:10 -0700
Subject: rename to quill

---
 lib/config.template.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'lib/config.template.php')

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 = '';
 }
 
-- 
cgit v1.2.3