Update docsviewer

This commit is contained in:
Will Rossiter 2014-11-18 19:13:22 +13:00 committed by Cam Findlay
parent bdd9bbbe04
commit 8192ffa48a
2 changed files with 3 additions and 5 deletions

View File

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

6
composer.lock generated
View File

@ -187,12 +187,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/silverstripe/silverstripe-docsviewer.git", "url": "https://github.com/silverstripe/silverstripe-docsviewer.git",
"reference": "1e2737bc5ad60f216c6ab27cbe2ac30d5092cdc6" "reference": "bda0b00b18701654b8a257b012b55879e1d9017f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-docsviewer/zipball/1e2737bc5ad60f216c6ab27cbe2ac30d5092cdc6", "url": "https://api.github.com/repos/silverstripe/silverstripe-docsviewer/zipball/bda0b00b18701654b8a257b012b55879e1d9017f",
"reference": "1e2737bc5ad60f216c6ab27cbe2ac30d5092cdc6", "reference": "bda0b00b18701654b8a257b012b55879e1d9017f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {