More info in config.yml, remove global $config from core.php.
This commit is contained in:
parent
53596abf61
commit
40952683d2
@ -6,3 +6,9 @@ ocde:
|
||||
server: localhost
|
||||
username: oc
|
||||
password: developer
|
||||
database: opencaching
|
||||
tmpdb: octmp
|
||||
maintenance:
|
||||
username: oc
|
||||
password: developer
|
||||
pconnect: false
|
||||
|
@ -27,4 +27,4 @@ if (php_sapi_name() == 'cli') {
|
||||
}
|
||||
// $loader->load('anotherfile.yml');
|
||||
|
||||
$config = $container->get('ocde.config');
|
||||
// Example: $config = $container->get('ocde.config');
|
||||
|
Loading…
x
Reference in New Issue
Block a user