Skip to content
Snippets Groups Projects
Commit 6b1f3d3d authored by hahn's avatar hahn
Browse files

remove config file

parent 2920fd38
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(
"cliadmin", // generic cli user from user class
"hahn",
"dschueler",
),
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment