mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-27 01:44:31 +01:00
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:
committed by
Andrew Camilleri
parent
e4e0fb0f35
commit
1b1c7ad3b1
@@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user