32 lines
815 B
YAML
32 lines
815 B
YAML
|
phase: development
|
||
|
logging:
|
||
|
application:
|
||
|
filename: "application.log"
|
||
|
maxsizemb: 500
|
||
|
maxbackup: 30
|
||
|
maxday: 14
|
||
|
access:
|
||
|
filename: "access.log"
|
||
|
maxsizemb: 500
|
||
|
maxbackup: 30
|
||
|
maxday: 14
|
||
|
session:
|
||
|
key: "q6Sb843fnDK2QdvEDom6UCw9S355L3K"
|
||
|
cookiename: "cook_changer"
|
||
|
expireseconds: 3600
|
||
|
ldap:
|
||
|
host: ldaptext.server_here
|
||
|
port: 389
|
||
|
securityprotocol: 0
|
||
|
skipverify: true
|
||
|
basedn: "dc=example,dc=com"
|
||
|
userdn: "uid=%s,ou=People,dc=example,dc=com"
|
||
|
attributeusername: uid
|
||
|
attributename: givenName
|
||
|
attributesurname: sn
|
||
|
attributemail: mail
|
||
|
attributepassword: userPassword
|
||
|
filter: "(&(objectClass=person)(uid=%s)(memberof=CN=NormalUser,OU=Group,DC=example,DC=com))"
|
||
|
adminfilter: "(memberof=CN=NormalUser,OU=Group,DC=example,DC=com)"
|
||
|
bind: "0.0.0.0:8082"
|
||
|
prefix: "/infra/"
|