mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 07:42:10 +00:00
23 lines
532 B
PHP
23 lines
532 B
PHP
<?php
|
|
|
|
$config = array(
|
|
|
|
'admin' => array(
|
|
'core:AdminPassword',
|
|
),
|
|
|
|
'example-userpass' => array(
|
|
'exampleauth:UserPass',
|
|
'user1:user1pass' => array(
|
|
'uid' => array('1'),
|
|
'eduPersonAffiliation' => array('group1'),
|
|
'email' => 'user1@tests.hackerbay.io',
|
|
),
|
|
'user2:user2pass' => array(
|
|
'uid' => array('2'),
|
|
'eduPersonAffiliation' => array('group2'),
|
|
'email' => 'user2@tests.hackerbay.io',
|
|
),
|
|
),
|
|
|
|
); |