database config
This commit is contained in:
@@ -244,5 +244,9 @@ class Database extends Config
|
||||
if (ENVIRONMENT === 'testing') {
|
||||
$this->defaultGroup = 'tests';
|
||||
}
|
||||
|
||||
if(ENVIRONMENT == 'production'){
|
||||
$this->defaultGroup ='production';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user