1
0
Fork 0
changer/settings.yml

32 lines
815 B
YAML
Raw Permalink Normal View History

2017-04-27 23:30:52 +09:00
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/"