Skip to content
Snippets Groups Projects
Commit 16f80e47 authored by hahn's avatar hahn
Browse files

add config template file

parent 6b1f3d3d
No related branches found
No related tags found
No related merge requests found
<?php
/*
* IML DEPLOYMENT GUI
* USERS and assigned roles
*
* remark: Every user logged in is member of "authenticated"
*/
return array(
// "authenticated" => array(),
// "developer" => array(),
// "projectmanager" => array(),
"admin" => array(<%= @replace["adminusers"] %>),
),
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment