.crashnote-servlet.0.2.1.source-code.crashnote.default.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crashnote-servlet Show documentation
Show all versions of crashnote-servlet Show documentation
Reports exceptions from Java servlet apps to crashnote.com
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