summaryrefslogtreecommitdiff
path: root/lib/config.template.php
blob: 5dd1bf7aa8a293ef53c9b382684c12ce48598439 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
class Config {
  public static $hostname = 'quill.dev';
  public static $gaid = '';

  public static $dbHost = '127.0.0.1';
  public static $dbName = 'quill';
  public static $dbUsername = 'quill';
  public static $dbPassword = '';
}