-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# Server Configuration for DLC Support | ||
bitcoin_core: | ||
rpc: | ||
user: your_rpc_username | ||
password: your_rpc_password | ||
port: 8332 | ||
server: true | ||
txindex: true | ||
testnet: true # Remove for mainnet | ||
walletnotify: /path/to/your/script %s | ||
|
||
oracle_service: | ||
endpoint: http://your-oracle-service-api-endpoint | ||
api_key: your_api_key | ||
# Add other relevant configuration for your specific Oracle service | ||
|
||
database: | ||
host: your_database_host | ||
username: your_database_username | ||
password: your_database_password | ||
database_name: your_database_name | ||
|
||
# Add more sections for other components/services as needed | ||
|