mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
31738c465d
* Plugins: Load plugins by order, aesthetic plugin dependency system Introduces plugins loading in order of installation, BTCPay itself shows up as a system plugin, and that plugins can define other plugins as dependencies. * use a proper type for plugin dependencies * rebase fixes * message when cannot install
99 lines
5.1 KiB
JSON
99 lines
5.1 KiB
JSON
{
|
|
"profiles": {
|
|
"Bitcoin": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"BTCPAY_NETWORK": "regtest",
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
"BTCPAY_BUNDLEJSCSS": "false",
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
|
"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_BTCEXTERNALLNDSEEDBACKUP": "../BTCPayServer.Tests/TestData/LndSeedBackup/walletunlock.json",
|
|
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
"BTCPAY_ALLOW-ADMIN-REGISTRATION": "true",
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"BTCPAY_CHAINS": "btc",
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc",
|
|
"BTCPAY_SOCKSENDPOINT": "localhost:9050",
|
|
"BTCPAY_UPDATEURL": "",
|
|
"BTCPAY_DOCKERDEPLOYMENT": "true",
|
|
"BTCPAY_RECOMMENDED-PLUGINS": "BTCPayServer.Plugins.Test"
|
|
},
|
|
"applicationUrl": "http://127.0.0.1:14142/"
|
|
},
|
|
"Bitcoin-HTTPS": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"BTCPAY_NETWORK": "regtest",
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
"BTCPAY_PORT": "14142",
|
|
"BTCPAY_HttpsUseDefaultCertificate": "true",
|
|
"BTCPAY_BUNDLEJSCSS": "false",
|
|
"BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;",
|
|
"BTCPAY_SSHCONNECTION": "root@127.0.0.1:21622",
|
|
"BTCPAY_SSHPASSWORD": "opD3i2282D",
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc",
|
|
"BTCPAY_SOCKSENDPOINT": "localhost:9050",
|
|
"BTCPAY_DOCKERDEPLOYMENT": "true",
|
|
"BTCPAY_RECOMMENDED-PLUGINS": "BTCPayServer.Plugins.Test"
|
|
},
|
|
"applicationUrl": "https://localhost:14142/"
|
|
},
|
|
"Altcoins-HTTPS": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"BTCPAY_NETWORK": "regtest",
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
"BTCPAY_PORT": "14142",
|
|
"BTCPAY_HttpsUseDefaultCertificate": "true",
|
|
"BTCPAY_BUNDLEJSCSS": "false",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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,ltc,lbtc,eth",
|
|
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
|
|
"BTCPAY_EXTERNALSERVICES": "totoservice:totolink;",
|
|
"BTCPAY_SSHCONNECTION": "root@127.0.0.1:21622",
|
|
"BTCPAY_SSHPASSWORD": "opD3i2282D",
|
|
"BTCPAY_DEBUGLOG": "debug.log",
|
|
"BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc",
|
|
"BTCPAY_SOCKSENDPOINT": "localhost:9050",
|
|
"BTCPAY_DOCKERDEPLOYMENT": "true",
|
|
"BTCPAY_RECOMMENDED-PLUGINS": "BTCPayServer.Plugins.Test"
|
|
},
|
|
"applicationUrl": "https://localhost:14142/"
|
|
}
|
|
}
|
|
}
|