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:
Digvijay Singh 2023-10-05 12:07:18 +05:30 committed by GitHub
parent 5db1516e8d
commit ed3982e534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
"value": "" "value": ""
}, },
"APPSMITH_DISABLE_TELEMETRY": { "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" "value": "false"
}, },
"APPSMITH_SUPERVISOR_PASSWORD": { "APPSMITH_SUPERVISOR_PASSWORD": {

View File

@ -29,7 +29,7 @@ check_ports_occupied() {
if [[ -n $port_check_output ]]; then if [[ -n $port_check_output ]]; then
echo "***************** ERROR *****************" 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 "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 "*****************************************"
echo "" echo ""
exit 1 exit 1