-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 825 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (14 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Meshtastic Configuration
# Serial port for the Meshtastic device (e.g., /dev/ttyUSB0, /dev/ttyACM0 on Linux, COM3 on Windows)
# If commented out or not set, the Meshtastic library will attempt to auto-detect the port.
# MESHTASTIC_SERIAL_PORT=/dev/ttyUSB0
# Bitcoin RPC Configuration (Example - for future use)
# BITCOIN_RPC_HOST=127.0.0.1
# BITCOIN_RPC_PORT=8332 # mainnet, 18332 for testnet, 18443 for regtest
## Just choose ONE! what you use. BITCOIN_RPC_COOKIE if use rpcauth on bitcoin.conf.
# BITCOIN_RPC_COOKIE=/data/bitcoin/.cookie # set your bitcoin .cookie file directory (testnet4 directory: /data/bitcoin/testnet4/.cookie )
## OR choose
# BITCOIN_RPC_USER=your_rpc_user
# BITCOIN_RPC_PASSWORD=your_rpc_password
# Logging Configuration (Example - if needed beyond logger_setup.py defaults)
# LOG_LEVEL=INFO