Bind app server to 0.0.0.0 to make it accessible on the local network

This way it can be accessed with other devices on the local network. It helps test with mobile devices for instance.
This commit is contained in:
Dennis Reimann 2022-08-04 18:09:26 +02:00 committed by Andrew Camilleri
parent e4e0fb0f35
commit 1b1c7ad3b1

View file

@ -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/"
}
}
}