32 lines
699 B
Plaintext
32 lines
699 B
Plaintext
# Configuration sdk_signer - Module 4NK_node
|
|
|
|
# Ports
|
|
ws_port = 9090
|
|
http_port = 9092
|
|
|
|
# URLs des services
|
|
relay_urls = ["http://sdk-relay1.local:8091", "http://sdk-relay2.local:8093", "http://sdk-relay3.local:8095"]
|
|
storage_url = "http://sdk-storage.local:8081"
|
|
blindbit_url = "http://blindbit-core.local:8000"
|
|
bitcoin_rpc_url = "http://bitcoin.local:38332"
|
|
|
|
# Authentification Bitcoin
|
|
bitcoin_rpc_user = "bitcoin"
|
|
bitcoin_rpc_password = "bitcoin"
|
|
|
|
# Mode développement
|
|
dev_mode = true
|
|
debug_level = "info"
|
|
|
|
# Limites de connexions
|
|
max_connections = 100
|
|
timeout = 30
|
|
|
|
# Logging
|
|
log_level = "info"
|
|
log_file = "/home/bitcoin/logs/sdk_signer.log"
|
|
|
|
# Sécurité
|
|
enable_tls = false
|
|
enable_auth = false
|