micahstubbs / lightpay

Atomic swaps for the Lightning Payment Network
https://lightpay.it/
MIT License
17 stars 2 forks source link

add JSON RPC values as env variables #6

Open micahstubbs opened 6 years ago

micahstubbs commented 6 years ago
    export OCW_CHAIN_RPC_PASS=x
    export OCW_CHAIN_RPC_USER=apiKey
    export OCW_CLAIM_BIP39_SEED=
    export OCW_LND_GRPC_HOST=localhost:10009
    export OCW_LND_MACAROON=""
    export OCW_LND_TLS_CERT=""
    export OCW_PORT=80
micahstubbs commented 6 years ago
screen shot 2018-04-08 at 10 19 40 am