|
@ -1,11 +1,11 @@ |
|
|
<?php |
|
|
<?php |
|
|
class Config { |
|
|
class Config { |
|
|
public static $hostname = 'indiepost.dev'; |
|
|
|
|
|
|
|
|
public static $hostname = 'quill.dev'; |
|
|
public static $gaid = ''; |
|
|
public static $gaid = ''; |
|
|
|
|
|
|
|
|
public static $dbHost = '127.0.0.1'; |
|
|
public static $dbHost = '127.0.0.1'; |
|
|
public static $dbName = 'indiepost'; |
|
|
|
|
|
public static $dbUsername = 'indiepost'; |
|
|
|
|
|
|
|
|
public static $dbName = 'quill'; |
|
|
|
|
|
public static $dbUsername = 'quill'; |
|
|
public static $dbPassword = ''; |
|
|
public static $dbPassword = ''; |
|
|
} |
|
|
} |
|
|
|
|
|
|