diff --git a/app/_config.php b/app/_config.php index f6b9f48..e881430 100644 --- a/app/_config.php +++ b/app/_config.php @@ -20,6 +20,8 @@ if(isset($_ENV['CLEARDB_DATABASE_URL'])) { $databaseConfig['username'] = $parts['user']; $databaseConfig['password'] = $parts['pass']; $databaseConfig['database'] = trim($parts['path'], '/'); + + Security::setDefaultAdmin('heroku', 'yesletmeinplease'); } else { require_once('conf/ConfigureFromEnv.php'); }