Add oracle configuration to example configuration.md (#2592)

This commit is contained in:
Chris Stewart 2021-01-29 11:36:39 -06:00 committed by GitHub
parent 04cc10effe
commit 61c3b8185e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,6 +244,11 @@ bitcoin-s {
# The ip address we bind our server too
rpcbind = "127.0.0.1"
}
oracle {
hikari-logging = true
hikari-logging-interval = 1 minute
}
}