Browse Source

remove config file

pull/5/head
Aaron Parecki 10 years ago
parent
commit
dd3501838d
3 changed files with 2 additions and 19 deletions
  1. +2
    -0
      .gitignore
  2. +0
    -15
      lib/config.php
  3. +0
    -4
      lib/config.template.php

+ 2
- 0
.gitignore View File

@ -1,2 +1,4 @@
vendor/
.DS_Store
lib/config.php

+ 0
- 15
lib/config.php View File

@ -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';
}
}

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

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

Loading…
Cancel
Save