|
@ -7,9 +7,5 @@ class Config { |
|
|
public static $dbName = 'indiepost'; |
|
|
public static $dbName = 'indiepost'; |
|
|
public static $dbUsername = 'indiepost'; |
|
|
public static $dbUsername = 'indiepost'; |
|
|
public static $dbPassword = ''; |
|
|
public static $dbPassword = ''; |
|
|
|
|
|
|
|
|
public static function instagramRedirectURI() { |
|
|
|
|
|
return 'http://'.Config::$hostname.'/auth/instagram-callback'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|