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

.crashnote-appengine.0.5.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

    app {
        profile = "production"
    }

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

    network {
        host = "send.crashnote.io"
        port = 80

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

        timeout = 5s
    }

    filter {
        # filter common environment variables by default
        environment = [".*aws.*", ".*key.*", ".*secret.*", ".*_URL"]
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy