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/",
|
2020-01-16 17:15:11 +09:00
|
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
2018-11-01 12:52:32 +09:00
|
|
|
"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",
|
2019-11-10 06:19:59 -06:00
|
|
|
"BTCPAY_BTCEXTERNALLNDSEEDBACKUP": "../BTCPayServer.Tests/TestData/LndSeedBackup/walletunlock.json",
|
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",
|
2019-10-31 12:29:59 +09:00
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
2019-11-08 17:26:32 +09:00
|
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc"
|
2018-11-01 12:52:32 +09:00
|
|
|
},
|
|
|
|
"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/",
|
2019-12-24 08:20:44 +01:00
|
|
|
"BTCPAY_LBTCEXPLORERURL": "http://127.0.0.1:32838/",
|
2020-01-16 17:15:11 +09:00
|
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
2018-11-01 12:52:32 +09:00
|
|
|
"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-11-15 17:55:55 +09:00
|
|
|
"BTCPAY_BTCEXTERNALLNDSEEDBACKUP": "../BTCPayServer.Tests/TestData/LndSeedBackup/walletunlock.json",
|
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",
|
2020-01-13 22:20:45 +09:00
|
|
|
"BTCPAY_CHAINS": "btc,ltc,lbtc",
|
2018-12-07 18:42:39 +09:00
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
2019-09-06 16:51:49 +09:00
|
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;",
|
|
|
|
"BTCPAY_SSHCONNECTION": "root@127.0.0.1:21622",
|
2019-10-31 12:29:59 +09:00
|
|
|
"BTCPAY_SSHPASSWORD": "opD3i2282D",
|
2019-11-08 17:26:32 +09:00
|
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc"
|
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
|
|
|
}
|