diff options
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/config.php b/lib/config.php deleted file mode 100644 index 0dbe2dc..0000000 --- a/lib/config.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -class Config { - public static $hostname = 'indiepost.dev'; - public static $gaid = ''; - - public static $dbHost = '127.0.0.1'; - public static $dbName = 'indiepost'; - public static $dbUsername = 'indiepost'; - public static $dbPassword = ''; - - public static function instagramRedirectURI() { - return 'http://'.Config::$hostname.'/auth/instagram-callback'; - } -} - |