Skip to content

Commit

Permalink
Update default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsync25 authored Nov 8, 2023
1 parent be3461e commit 0f14d45
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sever/default.yml
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

0 comments on commit 0f14d45

Please sign in to comment.