diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index e2a02a858..257a0b014 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -32,7 +32,7 @@ "BTCPAY_CHEATMODE": "true", "BTCPAY_EXPLORERPOSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=nbxplorer" }, - "applicationUrl": "http://127.0.0.1:14142/" + "applicationUrl": "http://0.0.0.0:14142/" }, "Bitcoin-HTTPS": { "commandName": "Project", @@ -70,7 +70,7 @@ "BTCPAY_CHEATMODE": "true", "BTCPAY_EXPLORERPOSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=nbxplorer" }, - "applicationUrl": "https://localhost:14142/" + "applicationUrl": "https://0.0.0.0:14142/" }, "Altcoins-HTTPS": { "commandName": "Project", @@ -110,7 +110,7 @@ "BTCPAY_CHEATMODE": "true", "BTCPAY_EXPLORERPOSTGRES": "User ID=postgres;Include Error Detail=true;Host=127.0.0.1;Port=39372;Database=nbxplorer" }, - "applicationUrl": "https://localhost:14142/" + "applicationUrl": "https://0.0.0.0:14142/" } } }