Commit b15c45bb authored by Mpro's avatar Mpro

not using config.local.neon (very simply app)

parent 45a3dd5b
......@@ -15,7 +15,6 @@ $configurator->createRobotLoader()
->register();
$configurator->addConfig(__DIR__ . '/config/config.neon');
$configurator->addConfig(__DIR__ . '/config/config.local.neon');
$container = $configurator->createContainer();
......
......@@ -17,5 +17,4 @@ $configurator->createRobotLoader()
->register();
$configurator->addConfig(__DIR__ . '/../app/config/config.neon');
$configurator->addConfig(__DIR__ . '/../app/config/config.local.neon');
return $configurator->createContainer();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment