4NK_node/modules/sdk_storage/conf/sdk_storage.conf.exemple
Nicolas Cantu 0d3a293625 Mise à jour fichiers .exemple: alignement .local
- Correction bitcoin.conf.exemple: migration .4nk.local vers .local
- Mise à jour blindbit.toml.exemple: alignement DNS
- Correction sdk_relay*.conf.exemple: hôtes .local
- Mise à jour sdk_storage.conf.exemple: ports et hôtes
- Correction tor.conf.exemple: ports .local
2025-09-10 17:42:09 +02:00

34 lines
721 B
Plaintext

# Configuration sdk_storage - Module 4NK_node
# Port d'écoute
http_port = 8080
# Base de données
db_path = "/home/bitcoin/.4nk/storage.db"
# URLs des services
relay_urls = ["http://4nk-sdk-relay1:8091", "http://4nk-sdk-relay2:8093", "http://4nk-sdk-relay3:8095"]
bitcoin_rpc_url = "http://4nk-bitcoin:38332"
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_storage.log"
# Stockage de fichiers
file_storage_path = "/home/bitcoin/.4nk/files"
max_file_size = "100MB"
# Sécurité
enable_tls = false
enable_auth = false