|
@ -7,5 +7,5 @@ import { userInfo } from 'os' |
|
|
export default { |
|
|
export default { |
|
|
lightningRpc: `${__dirname}/rpc.proto`, |
|
|
lightningRpc: `${__dirname}/rpc.proto`, |
|
|
lightningHost: 'localhost:10009', |
|
|
lightningHost: 'localhost:10009', |
|
|
cert: '/Users/'+ userInfo().username+'/Library/Application\ Support/Lnd/tls.cert' |
|
|
cert: `/Users/${userInfo().username}/Library/Application\ Support/Lnd/tls.cert` |
|
|
} |
|
|
} |
|
|