
- Ajout des exemples de configuration .env pour LeCoffre Back et Front - Documentation dnsmasq pour résolution DNS Docker - Script de démarrage dnsmasq - Nettoyage des données Bitcoin confidentielles
32 lines
836 B
Plaintext
32 lines
836 B
Plaintext
# Configuration LeCoffre Front
|
|
# Copier ce fichier vers .env et adapter les valeurs
|
|
|
|
# Configuration API Backend
|
|
REACT_APP_API_URL=http://coffre-back-mini.4nk.local:8081/api/v1
|
|
REACT_APP_API_TIMEOUT=30000
|
|
|
|
# Configuration 4NK
|
|
REACT_APP_SDK_STORAGE_URL=http://sdk-storage.4nk.local:80
|
|
REACT_APP_SDK_RELAY_URL=http://sdk-relay1.4nk.local:80
|
|
REACT_APP_SDK_SIGNER_URL=http://sdk-signer.4nk.local:80
|
|
|
|
# Configuration Bitcoin
|
|
REACT_APP_BITCOIN_NETWORK=signet
|
|
REACT_APP_BITCOIN_RPC_URL=http://bitcoin.4nk.local:38332
|
|
|
|
# Configuration Tor
|
|
REACT_APP_TOR_PROXY_URL=socks5://tor.4nk.local:9050
|
|
|
|
# Configuration UI
|
|
REACT_APP_THEME=dark
|
|
REACT_APP_LANGUAGE=fr
|
|
REACT_APP_DEBUG=false
|
|
|
|
# Configuration sécurité
|
|
REACT_APP_ENABLE_2FA=true
|
|
REACT_APP_SESSION_TIMEOUT=3600000
|
|
|
|
# Configuration logs
|
|
REACT_APP_LOG_LEVEL=info
|
|
REACT_APP_ENABLE_ANALYTICS=false
|