|
@ -4,11 +4,16 @@ class Config { |
|
|
public static $base_url = 'http://quill.dev/'; |
|
|
public static $base_url = 'http://quill.dev/'; |
|
|
public static $gaid = ''; |
|
|
public static $gaid = ''; |
|
|
|
|
|
|
|
|
|
|
|
// MySQL (default)
|
|
|
public static $dbHost = '127.0.0.1'; |
|
|
public static $dbHost = '127.0.0.1'; |
|
|
public static $dbName = 'quill'; |
|
|
public static $dbName = 'quill'; |
|
|
public static $dbUsername = 'quill'; |
|
|
public static $dbUsername = 'quill'; |
|
|
public static $dbPassword = ''; |
|
|
public static $dbPassword = ''; |
|
|
|
|
|
|
|
|
|
|
|
// Sqlite
|
|
|
|
|
|
// public static $dbType = 'sqlite';
|
|
|
|
|
|
// public static $dbFilePath = './example.db';
|
|
|
|
|
|
|
|
|
public static $jwtSecret = 'xxx'; |
|
|
public static $jwtSecret = 'xxx'; |
|
|
|
|
|
|
|
|
public static $fbClientID = ''; |
|
|
public static $fbClientID = ''; |
|
|