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