mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
59 lines
3.4 KiB
JSON
59 lines
3.4 KiB
JSON
{
|
|
"profiles": {
|
|
"Docker-Regtest": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"BTCPAY_NETWORK": "regtest",
|
|
"BTCPAY_LAUNCHSETTINGS": "true",
|
|
"BTCPAY_BUNDLEJSCSS": "false",
|
|
"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_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,ltc",
|
|
"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"
|
|
},
|
|
"applicationUrl": "http://127.0.0.1:14142/"
|
|
},
|
|
"Docker-Regtest-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=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",
|
|
"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_BTCEXPLORERURL": "http://127.0.0.1:32838/",
|
|
"BTCPAY_ALLOW-ADMIN-REGISTRATION": "true",
|
|
"BTCPAY_DISABLE-REGISTRATION": "false",
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"BTCPAY_CHAINS": "btc,ltc,lbtc",
|
|
"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"
|
|
},
|
|
"applicationUrl": "https://localhost:14142/"
|
|
}
|
|
}
|
|
}
|