aesthetic terminal experience
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
6.5 KiB

export default {
bitcoind: {
network: 'mainnet'
},
bitcoinAverage: {
pub: '',
secret: ''
},
sqlite3: {
//file: '$HOME/.ao/database.sqlite3'
file: 'SQLITE_DATABASE'
},
clightning: {
//dir: '$HOME/.lightning/bitcoin'
dir: 'CLIGHTNING_DIR'
},
tor: {
//hostname: '$TORHOSTNAME'
hostname: 'TOR_HOSTNAME'
},
memes: {
//dir: '$HOME/.ao/memes'
dir: 'MEMES_DIR'
},
jitsi: {
domain: 'meet.dctrl.ca'
},
socketUrl: 'http://localhost:8003' // development
// socketUrl: null // production
}