.crashnote-appengine.0.5.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-appengine Show documentation
Show all versions of crashnote-appengine Show documentation
Reports exceptions from Java apps on Appengine to crashnote.com
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