1e versie
This commit is contained in:
26
config/config.php
Normal file
26
config/config.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
return [
|
||||
'ldap' => [
|
||||
'server' => 'ldap://jouw-ldap-server.local',
|
||||
'base_dn' => 'dc=voorbeeld,dc=nl',
|
||||
'user_dn' => 'ou=users,dc=voorbeeld,dc=nl'
|
||||
],
|
||||
|
||||
'db' => [
|
||||
'host' => 'localhost',
|
||||
'name' => 'lootjesapp',
|
||||
'user' => 'lootjes',
|
||||
'pass' => 'lootjesIsGek12#'
|
||||
],
|
||||
|
||||
// deelnemerslijst (alleen gebruikt bij initialisatie)
|
||||
'deelnemers' => [
|
||||
'monica',
|
||||
'thomas',
|
||||
'emmy',
|
||||
'jozefien'
|
||||
],
|
||||
|
||||
'admin_users' => ['thomas'] // LDAP-gebruikersnaam van beheerder
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user