Browse Source

Merge pull request #37 from prtksxna/undeclared-static-property

Explicitly define $dbType for default MySQL config
pull/41/head
Aaron Parecki 8 years ago
parent
commit
d0055bad24
  1. 1
      lib/config.template.php

1
lib/config.template.php

@ -5,6 +5,7 @@ class Config {
public static $gaid = '';
// MySQL (default)
public static $dbType = 'mysql';
public static $dbHost = '127.0.0.1';
public static $dbName = 'quill';
public static $dbUsername = 'quill';

Loading…
Cancel
Save