
- Restructuration des modules 4NK vers storage/dev/4NK_modules/ * 4NK_certificator, 4NK_miner, 4NK_web_status * bitcoin, blindbit-oracle, grafana, ihm_client * loki, promtail, redis, sdk_relay, sdk_signer, sdk_storage, tor-proxy - Restructuration des projets vers storage/dev/projects/ * Projet lecoffre avec ses composants: - lecoffre-back-mini, lecoffre-front, lecoffre_node - docker-compose.yml et docker-compose.yml.auto - Mise à jour des fichiers .env et .env.auto pour refléter la nouvelle structure - Amélioration de l'organisation des configurations par modules et projets - Séparation claire entre les modules 4NK réutilisables et les projets spécifiques
14 lines
523 B
Bash
14 lines
523 B
Bash
SDK_RELAY_WS_URL=$RELAY_URL
|
|
SDK_RELAY_WALLET_NAME=$BITCOIN_WALLET_NAME
|
|
SDK_RELAY_NETWORK=signet
|
|
SDK_RELAY_BLINDBIT_URL=$BLINDBIT_URL
|
|
SDK_RELAY_STORAGE=$STORAGE_URL
|
|
SDK_RELAY_DATA_DIR=$SDK_RELAY_DATA_DIR
|
|
SDK_RELAY_BOOTSTRAP_URL=$RELAY_BOOSTRAP_URL
|
|
SDK_RELAY_BOOTSTRAP_FAUCET=https://$BOOTSTRAP_HOST/api/v1/faucet
|
|
|
|
SDK_RELAY_CORE_URL=$BITCOIN_RPC_URL
|
|
SDK_RELAY_NETWORK=signet
|
|
SDK_RELAY_ZMQ_URL=tcp://$BITCOIN_DOCKER_NAME:$BITCOIN_ZMQPBUBHASHBLOCK_PORT
|
|
SDK_RELAY_BITCOIN_DATA_DIR=$BITCOIN_DATA_DIR
|
|
HOME=/$SDK_RELAY_DOCKER_NAME |