2017-10-02 18:29:35 +02:00
|
|
|
{
|
2018-11-01 04:52:32 +01:00
|
|
|
"profiles": {
|
|
|
|
"Docker-Regtest": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"BTCPAY_NETWORK": "regtest",
|
2018-12-04 05:04:26 +01:00
|
|
|
"BTCPAY_BUNDLEJSCSS": "false",
|
2018-11-01 04:52:32 +01:00
|
|
|
"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/",
|
2019-01-10 05:47:21 +01:00
|
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
2018-11-01 04:52:32 +01:00
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
"BTCPAY_CHAINS": "btc,ltc",
|
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver"
|
|
|
|
},
|
|
|
|
"applicationUrl": "http://127.0.0.1:14142/"
|
2018-10-29 16:25:05 +01:00
|
|
|
},
|
2018-11-01 04:52:32 +01:00
|
|
|
"Docker-Regtest-https": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"BTCPAY_NETWORK": "regtest",
|
|
|
|
"BTCPAY_PORT": "14142",
|
|
|
|
"BTCPAY_HttpsUseDefaultCertificate": "true",
|
2018-12-04 05:04:26 +01:00
|
|
|
"BTCPAY_BUNDLEJSCSS": "false",
|
2018-11-01 04:52:32 +01:00
|
|
|
"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",
|
2018-12-07 11:31:07 +01:00
|
|
|
"BTCPAY_BTCEXTERNALLNDREST": "type=lnd-rest;server=https://lnd:lnd@127.0.0.1:53280/lnd-rest/btc/;allowinsecure=true",
|
2019-02-28 15:01:25 +01:00
|
|
|
"BTCPAY_BTCEXTERNALSPARK": "server=/spark/btc/;cookiefile=fake",
|
2019-03-01 05:20:21 +01:00
|
|
|
"BTCPAY_BTCEXTERNALCHARGE": "server=https://127.0.0.1:53280/mycharge/btc/;cookiefilepath=fake",
|
2018-11-01 04:52:32 +01:00
|
|
|
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
2019-01-10 05:47:21 +01:00
|
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
2018-11-01 04:52:32 +01:00
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
"BTCPAY_CHAINS": "btc,ltc",
|
2018-12-07 10:42:39 +01:00
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
|
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;"
|
2018-11-01 04:52:32 +01:00
|
|
|
},
|
|
|
|
"applicationUrl": "https://localhost:14142/"
|
|
|
|
}
|
2017-10-02 18:29:35 +02:00
|
|
|
}
|
2018-10-12 03:09:13 +02:00
|
|
|
}
|