mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-20 05:53:06 +01:00
Add oracle configuration to example configuration.md (#2592)
This commit is contained in:
parent
04cc10effe
commit
61c3b8185e
1 changed files with 5 additions and 0 deletions
|
@ -244,6 +244,11 @@ bitcoin-s {
|
||||||
# The ip address we bind our server too
|
# The ip address we bind our server too
|
||||||
rpcbind = "127.0.0.1"
|
rpcbind = "127.0.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
oracle {
|
||||||
|
hikari-logging = true
|
||||||
|
hikari-logging-interval = 1 minute
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue