You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
241 B

10 years ago
10 years ago
  1. <?php
  2. class Config {
  3. public static $hostname = 'quill.dev';
  4. public static $gaid = '';
  5. public static $dbHost = '127.0.0.1';
  6. public static $dbName = 'quill';
  7. public static $dbUsername = 'quill';
  8. public static $dbPassword = '';
  9. }