mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Access for people to see doc in progress
This commit is contained in:
parent
9c981e3278
commit
1f9e1c038b
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user