docs: Add DLC Oracle db conf to docs (#2269)

This commit is contained in:
Ben Carman 2020-11-17 12:49:12 -06:00 committed by GitHub
parent 66ec96b1f5
commit 3780c49096

View file

@ -259,6 +259,9 @@ bitcoin-s {
wallet.profile = ${bitcoin-s.common.profile}
wallet.db = ${bitcoin-s.common.db}
oracle.profile = ${bitcoin-s.common.profile}
oracle.db = ${bitcoin-s.common.db}
}
```