chore: replaced decommisioned urls with new ones (#27786)
Description: I've Replaced the old URLs with the new URLs assigned to me provided in the Spreadsheet. PR fixes the following issue(s): Fixes #25513
This commit is contained in:
parent
5db1516e8d
commit
ed3982e534
2
app.json
2
app.json
|
|
@ -31,7 +31,7 @@
|
|||
"value": ""
|
||||
},
|
||||
"APPSMITH_DISABLE_TELEMETRY": {
|
||||
"description" : "We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/v/v1.2.1/setup/telemetry",
|
||||
"description" : "We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/product/telemetry",
|
||||
"value": "false"
|
||||
},
|
||||
"APPSMITH_SUPERVISOR_PASSWORD": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ check_ports_occupied() {
|
|||
if [[ -n $port_check_output ]]; then
|
||||
echo "***************** ERROR *****************"
|
||||
echo "Appsmith requires ports 80 & 443 to be open. Please shut down any other service(s) that may be running on these ports."
|
||||
echo "You can run appsmith on another port following this guide https://docs.appsmith.com/v/v1.2.1/troubleshooting-guide/deployment-errors"
|
||||
echo "You can run appsmith on another port following this guide https://docs.appsmith.com/help-and-support/troubleshooting-guide/deployment-errors"
|
||||
echo "*****************************************"
|
||||
echo ""
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user