diff --git a/app/config/heroku/database.php b/app/config/heroku/database.php deleted file mode 100644 index 5d2a26e7..00000000 --- a/app/config/heroku/database.php +++ /dev/null @@ -1,20 +0,0 @@ - 'cleardb', - 'connections' => [ - 'cleardb' => [ - 'driver' => 'mysql', - 'host' => $dbURL['host'], - 'database' => $dbName, - 'username' => $dbURL['user'], - 'password' => $dbURL['pass'], - 'charset' => 'utf8', - 'collation' => 'utf8_unicode_ci', - 'prefix' => '', - ], - ], -];