diff --git a/install.sh b/install.sh index 034111b..de7f751 100644 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ BINARY_NAME="churn" SERVICE_NAME="${APP_NAME}.service" INSTALL_DIR="/usr/local/bin" CONFIG_DIR="/etc/${APP_NAME}" -CHURN_DISCOVERY="https://churn.internal.prod.kjuulh.app" +CHURN_DISCOVERY="https://churn.prod.kjuulh.app" # Colors for output RED='\033[0;31m'