btcpayserver/BTCPayServer/Properties/launchSettings.json

20 lines
664 B
JSON
Raw Normal View History

{
2018-01-12 16:00:31 +09:00
"profiles": {
"Docker-Regtest": {
"commandName": "Project",
"launchBrowser": true,
2018-03-21 02:09:25 +09:00
"environmentVariables": {
"BTCPAY_NETWORK": "regtest",
"BTCPAY_LTCEXPLORERURL": "http://127.0.0.1:32838/",
"BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/",
"ASPNETCORE_ENVIRONMENT": "Development",
"BTCPAY_CHAINS": "btc,ltc",
"BTCPAY_BTCLIGHTNING": "http://api-token:foiewnccewuify@127.0.0.1:54938/",
2018-03-23 17:27:48 +09:00
"BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",
"BTCPAY_BUNDLEJSCSS": "false"
2018-03-21 02:09:25 +09:00
},
2018-03-22 19:55:14 +09:00
"applicationUrl": "http://127.0.0.1:14142/"
}
2018-01-12 16:00:31 +09:00
}
}