2017-10-03 01:29:35 +09:00
|
|
|
{
|
2018-01-12 16:00:31 +09:00
|
|
|
"profiles": {
|
|
|
|
"Docker-Regtest": {
|
|
|
|
"commandName": "Project",
|
2018-10-15 17:37:42 +02:00
|
|
|
"commandLineArgs": "--debuglog debug.log",
|
2018-01-12 16:00:31 +09:00
|
|
|
"launchBrowser": true,
|
2018-10-27 08:49:39 -05:00
|
|
|
"environmentVariables": {
|
|
|
|
"BTCPAY_NETWORK": "regtest",
|
|
|
|
"BTCPAY_BUNDLEJSCSS": "true",
|
|
|
|
"BTCPAY_LTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"BTCPAY_BTCLIGHTNING": "type=charge;server=http://127.0.0.1:54938/;api-token=foiewnccewuify",
|
|
|
|
"BTCPAY_BTCEXTERNALLNDGRPC": "type=lnd-grpc;server=https://lnd:lnd@127.0.0.1:53280/;allowinsecure=true",
|
|
|
|
"BTCPAY_BTCEXTERNALLNDREST": "type=lnd-rest;server=https://lnd:lnd@127.0.0.1:53280/lnd-rest/btc/;allowinsecure=true;macaroonfilepath=D:\\admin.macaroon",
|
|
|
|
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
"BTCPAY_CHAINS": "btc,ltc",
|
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver"
|
|
|
|
},
|
2018-03-22 19:55:14 +09:00
|
|
|
"applicationUrl": "http://127.0.0.1:14142/"
|
2017-10-03 01:29:35 +09:00
|
|
|
}
|
2018-01-12 16:00:31 +09:00
|
|
|
}
|
2018-10-11 20:09:13 -05:00
|
|
|
}
|