2017-10-03 01:29:35 +09:00
|
|
|
{
|
2020-07-11 16:45:44 -05:00
|
|
|
"profiles": {
|
2020-07-29 19:36:23 +09:00
|
|
|
"Bitcoin": {
|
2020-07-11 16:45:44 -05:00
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"BTCPAY_NETWORK": "regtest",
|
|
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
2022-08-15 11:16:15 +02:00
|
|
|
"BTCPAY_BTCEXTERNALLNDREST": "type=lnd-rest;server=http://lnd:lnd@127.0.0.1:35531/;allowinsecure=true",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_BTCEXTERNALLNDSEEDBACKUP": "../BTCPayServer.Tests/TestData/LndSeedBackup/walletunlock.json",
|
2022-04-11 10:49:28 +02:00
|
|
|
"BTCPAY_BTCEXTERNALSPARK": "server=/spark/btc/;cookiefile=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALCHARGE": "server=https://127.0.0.1:53280/mycharge/btc/;cookiefilepath=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALRTL": "server=/rtl/api/authenticate/cookie;cookiefile=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALTHUNDERHUB": "server=/thub/sso;cookiefile=fake",
|
2022-11-18 11:19:01 +00:00
|
|
|
"BTCPAY_BTCEXTERNALTORQ": "server=/torq/cookie-login;cookiefile=fake",
|
2022-04-11 10:49:28 +02:00
|
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;Lightning Terminal:/lit/;",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"BTCPAY_ALLOW-ADMIN-REGISTRATION": "true",
|
|
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
2020-07-29 19:36:23 +09:00
|
|
|
"BTCPAY_CHAINS": "btc",
|
2021-11-05 00:13:40 +09:00
|
|
|
"BTCPAY_VERBOSE": "true",
|
2022-01-15 14:15:03 +09:00
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc",
|
2020-08-01 09:10:05 -05:00
|
|
|
"BTCPAY_SOCKSENDPOINT": "localhost:9050",
|
2020-10-15 14:28:09 +02:00
|
|
|
"BTCPAY_UPDATEURL": "",
|
2020-11-05 15:43:14 +01:00
|
|
|
"BTCPAY_DOCKERDEPLOYMENT": "true",
|
2021-10-11 12:32:09 +09:00
|
|
|
"BTCPAY_RECOMMENDED-PLUGINS": "BTCPayServer.Plugins.Test",
|
2022-04-12 09:55:10 +02:00
|
|
|
"BTCPAY_CHEATMODE": "true",
|
|
|
|
"BTCPAY_EXPLORERPOSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=nbxplorer"
|
2020-07-11 16:45:44 -05:00
|
|
|
},
|
2022-08-26 11:10:02 +02:00
|
|
|
"applicationUrl": "http://localhost:14142/"
|
2020-07-11 16:45:44 -05:00
|
|
|
},
|
2020-07-29 19:36:23 +09:00
|
|
|
"Bitcoin-HTTPS": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"BTCPAY_NETWORK": "regtest",
|
|
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
|
|
"BTCPAY_PORT": "14142",
|
|
|
|
"BTCPAY_HttpsUseDefaultCertificate": "true",
|
2021-11-05 00:13:40 +09:00
|
|
|
"BTCPAY_VERBOSE": "true",
|
2020-07-29 19:36:23 +09:00
|
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
2022-08-15 11:16:15 +02:00
|
|
|
"BTCPAY_BTCEXTERNALLNDREST": "type=lnd-rest;server=http://lnd:lnd@127.0.0.1:35531/;allowinsecure=true",
|
2020-07-29 19:36:23 +09:00
|
|
|
"BTCPAY_BTCEXTERNALLNDSEEDBACKUP": "../BTCPayServer.Tests/TestData/LndSeedBackup/walletunlock.json",
|
|
|
|
"BTCPAY_BTCEXTERNALSPARK": "server=/spark/btc/;cookiefile=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALCHARGE": "server=https://127.0.0.1:53280/mycharge/btc/;cookiefilepath=fake",
|
2022-04-11 10:49:28 +02:00
|
|
|
"BTCPAY_BTCEXTERNALRTL": "server=/rtl/api/authenticate/cookie;cookiefile=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALTHUNDERHUB": "server=/thub/sso;cookiefile=fake",
|
2022-11-18 11:19:01 +00:00
|
|
|
"BTCPAY_BTCEXTERNALTORQ": "server=/torq/cookie-login;cookiefile=fake",
|
2022-04-11 10:49:28 +02:00
|
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;Lightning Terminal:/lit/;",
|
2020-07-29 19:36:23 +09:00
|
|
|
"BTCPAY_EXTERNALCONFIGURATOR": "passwordfile=testpwd;server=/configurator",
|
|
|
|
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"BTCPAY_ALLOW-ADMIN-REGISTRATION": "true",
|
|
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
"BTCPAY_CHAINS": "btc",
|
2022-01-15 14:15:03 +09:00
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
2020-07-29 19:36:23 +09:00
|
|
|
"BTCPAY_SSHCONNECTION": "root@127.0.0.1:21622",
|
|
|
|
"BTCPAY_SSHPASSWORD": "opD3i2282D",
|
|
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc",
|
2020-10-15 14:28:09 +02:00
|
|
|
"BTCPAY_SOCKSENDPOINT": "localhost:9050",
|
2020-11-05 15:43:14 +01:00
|
|
|
"BTCPAY_DOCKERDEPLOYMENT": "true",
|
2021-10-11 12:32:09 +09:00
|
|
|
"BTCPAY_RECOMMENDED-PLUGINS": "BTCPayServer.Plugins.Test",
|
2022-04-12 09:55:10 +02:00
|
|
|
"BTCPAY_CHEATMODE": "true",
|
|
|
|
"BTCPAY_EXPLORERPOSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=nbxplorer"
|
2020-07-29 19:36:23 +09:00
|
|
|
},
|
2022-08-26 11:10:02 +02:00
|
|
|
"applicationUrl": "https://localhost:14142/"
|
2020-07-29 19:36:23 +09:00
|
|
|
},
|
|
|
|
"Altcoins-HTTPS": {
|
2020-07-11 16:45:44 -05:00
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"BTCPAY_NETWORK": "regtest",
|
|
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
|
|
"BTCPAY_PORT": "14142",
|
|
|
|
"BTCPAY_HttpsUseDefaultCertificate": "true",
|
2021-11-05 00:13:40 +09:00
|
|
|
"BTCPAY_VERBOSE": "true",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_LTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"BTCPAY_LBTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
2022-08-15 11:16:15 +02:00
|
|
|
"BTCPAY_BTCEXTERNALLNDREST": "type=lnd-rest;server=http://lnd:lnd@127.0.0.1:35531/;allowinsecure=true",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_BTCEXTERNALLNDSEEDBACKUP": "../BTCPayServer.Tests/TestData/LndSeedBackup/walletunlock.json",
|
|
|
|
"BTCPAY_BTCEXTERNALSPARK": "server=/spark/btc/;cookiefile=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALCHARGE": "server=https://127.0.0.1:53280/mycharge/btc/;cookiefilepath=fake",
|
2022-04-11 10:49:28 +02:00
|
|
|
"BTCPAY_BTCEXTERNALRTL": "server=/rtl/api/authenticate/cookie;cookiefile=fake",
|
|
|
|
"BTCPAY_BTCEXTERNALTHUNDERHUB": "server=/thub/sso;cookiefile=fake",
|
2022-11-18 11:19:01 +00:00
|
|
|
"BTCPAY_BTCEXTERNALTORQ": "server=/torq/cookie-login;cookiefile=fake",
|
2022-04-11 10:49:28 +02:00
|
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;Lightning Terminal:/lit/;",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_EXTERNALCONFIGURATOR": "passwordfile=testpwd;server=/configurator",
|
|
|
|
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
|
|
"BTCPAY_ALLOW-ADMIN-REGISTRATION": "true",
|
|
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
2021-12-11 14:31:41 +09:00
|
|
|
"BTCPAY_CHAINS": "btc,ltc,lbtc",
|
2022-01-15 14:15:03 +09:00
|
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
2020-07-11 16:45:44 -05:00
|
|
|
"BTCPAY_SSHCONNECTION": "root@127.0.0.1:21622",
|
|
|
|
"BTCPAY_SSHPASSWORD": "opD3i2282D",
|
|
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc",
|
2020-10-15 14:28:09 +02:00
|
|
|
"BTCPAY_SOCKSENDPOINT": "localhost:9050",
|
2020-11-05 15:43:14 +01:00
|
|
|
"BTCPAY_DOCKERDEPLOYMENT": "true",
|
2021-10-11 12:32:09 +09:00
|
|
|
"BTCPAY_RECOMMENDED-PLUGINS": "BTCPayServer.Plugins.Test",
|
2022-04-12 09:55:10 +02:00
|
|
|
"BTCPAY_CHEATMODE": "true",
|
|
|
|
"BTCPAY_EXPLORERPOSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=nbxplorer"
|
2020-07-11 16:45:44 -05:00
|
|
|
},
|
2022-08-26 11:10:02 +02:00
|
|
|
"applicationUrl": "https://localhost:14142/"
|
2017-10-03 01:29:35 +09:00
|
|
|
}
|
2020-07-11 16:45:44 -05:00
|
|
|
}
|
2018-10-11 20:09:13 -05:00
|
|
|
}
|