setDebugMode('secret@23.75.345.200'); // enable for your remote IP $configurator->enableTracy($appDir . '/log'); $configurator->setDebugMode(false); $configurator->setTimeZone('Europe/Prague'); $configurator->setTempDirectory($appDir . '/temp'); $configurator->createRobotLoader() ->addDirectory(__DIR__) ->register(); //$configurator->addConfig($appDir . '/config/common.neon'); $configurator->addConfig($appDir . '/config/services.neon'); //$configurator->addConfig($appDir . '/config/local.neon'); return $configurator; } }