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

.crashnote-servlet.0.2.1.source-code.crashnote.default.conf Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
crashnote {

    key = ""

    # work async
    sync = false

    # no debug logging
    debug = false

    # disabled by default
    enabled = false

    about {
        name = "cn-core"
        version = "SNAPSHOT"
    }

    network {
        host = "api.crashnote.com"
        port = 80

        # work with SSL
        ssl = true
        port-ssl = 443

        timeout = 5s
    }

    filter {
        environment = [".*aws.*", ".*key.*", ".*password.*"]
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy