All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bs.concord.it.concord-server-it.2.15.0.source-code.server.conf Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
concord-server {
    db {
        changeLogParameters {
            defaultAdminToken = "cTFxMXExcTE="
            defaultAgentToken = "cTJxMnEycTI="
        }
    }

    secretStore {
        serverPassword = "aXRpdGl0"
        secretStoreSalt = "aXRpdGl0"
        projectSecretSalt = "aXRpdGl0"
    }

    github {
        secret = "12345"
        useSenderLdapDn = true
        disableReposOnDeletedRef = true
    }

    ldap {
        searchBase = "dc=example,dc=org"
        principalSearchFilter = "(cn={0})"
        userSearchFilter = "(cn=*{0}*)"
        returningAttributes = ["cn","memberof","objectClass","sn","uid"]
        usernameProperty = "cn"
        mailProperty = "mail"
        systemUsername = "cn=admin,dc=example,dc=org"
        systemPassword = "admin"
    }

    process {
        checkLogPermissions = true
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy