Skip to content
Snippets Groups Projects
tgaccount.ini.tmpl 542 B
Newer Older
  • Learn to ignore specific revisions
  • Ubbo Veentjer's avatar
    Ubbo Veentjer committed
    [host]
    host = http://localhost/tgaccount
    
    [sqlite]
    # WARNING: database should be outside webroot and needs to be writable by www user
    sqlitePath = /var/textgrid/tgaccount/tgaccount.sqlite
    
    [ldap]
    ldapHost = textgrid-users
    ldapPort = 389
    ldapTLS = true
    managerdn = "cn=Manager,dc=textgrid,dc=de"
    managerpassword = 
    
    [mail]
    
    mailSender = register@textgridlab.org
    
    Ubbo Veentjer's avatar
    Ubbo Veentjer committed
    mailCC = TEXTGRID-REGISTER@D-GRID.DE
    
    smtpHost = localhost
    smtpUser = register@textgridlab.org
    smtpEhlo = localhost
    
    Ubbo Veentjer's avatar
    Ubbo Veentjer committed
    
    [smarty]
    smartyLib = /usr/share/php/smarty/libs/Smarty.class.php