Select Git revision
module.config.php
-
Laurent Lecluse authoredLaurent Lecluse authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
module.config.php 830 B
<?php
namespace UnicaenKsup;
return [
'unicaen-ksup' => [
'sso_url_server' => 'http://www.unicaen.fr',
'sso_host_server' => 'www.unicaen.fr',
'sso_port_server' => '80',
],
'view_manager' => [
// TemplateMapResolver configuration
// template/path pairs
'template_map' => [
'layout/ksup' => __DIR__ . '/../view/layout/ksup.phtml',
],
// TemplatePathStack configuration
'template_path_stack' => [
'ksup' => __DIR__ . '/../view',
],
// Layout template name
'layout' => 'layout/layout', // e.g., 'layout/layout'
// Additional strategies to attach
'strategies' => [
//'ViewKsupStrategy', // register JSON renderer strategy
],
],
];