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 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/config.template.php

+ 1
- 0
lib/config.template.php View File

@ -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