[ // Path to the config file, use __DIR__ for the directory that this // script file is in, otherwise use absolute paths only. 'corpus_access_configuration' => __DIR__ . '/../corpuses.ini', 'displayErrorDetails' => true, // set to false in production // Renderer settings 'renderer' => [ 'template_path' => __DIR__ . '/../templates/', ], // Monolog settings 'logger' => [ 'name' => 'slim-app', 'path' => '/var/www/auth_serv/logs/app.log', ], ], ];