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.
|
|
|
export default {
|
|
|
|
bitcoind: {
|
|
|
|
network: 'mainnet',
|
|
|
|
username: 'ao',
|
|
|
|
password: 'PASSLINE'
|
|
|
|
},
|
|
|
|
bitcoinAverage: {
|
|
|
|
pub: '',
|
|
|
|
secret: ''
|
|
|
|
},
|
|
|
|
clightning: {
|
|
|
|
// default is '~/.lightning/bitcoin'
|
|
|
|
dir: 'CLIGHTNING_DIR'
|
|
|
|
},
|
|
|
|
tor: {
|
|
|
|
//hostname: '$TORHOSTNAME'
|
|
|
|
hostname: 'TOR_HOSTNAME'
|
|
|
|
},
|
|
|
|
sqlite3: {
|
|
|
|
// default is '~/.ao/database.sqlite3'
|
|
|
|
file: 'SQLITE_DATABASE'
|
|
|
|
},
|
|
|
|
hostnames: [],
|
|
|
|
privateKey: 'PRIVATEKEY',
|
|
|
|
memes: {
|
|
|
|
// default is ~/.ao/memes'
|
|
|
|
dir: 'MEMES_DIR'
|
|
|
|
},
|
|
|
|
jitsi: {
|
|
|
|
domain: 'meet.dctrl.ca'
|
|
|
|
},
|
|
|
|
socketUrl: 'http://localhost:8003' // development
|
|
|
|
// socketUrl: null // production
|
|
|
|
}
|
|
|
|
|