migrate root server

This commit is contained in:
Doctor Delpy 2025-12-22 14:16:43 +03:00
parent dd4ff8b8ff
commit 6b3ed99876
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ _now_str = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
LOG_FILEPATH = f"{LOG_DIR}/{_now_str}.log"
WEB_APP_URLS = {
'uploadContent': f"https://my-public-node-8.projscale.dev/uploadContent"
'uploadContent': f"https://my-public-node-103.projscale.dev/uploadContent"
}
ALLOWED_CONTENT_TYPES = [

View File

@ -235,7 +235,7 @@ prompt_required EMAIL "Email for Let's Encrypt notifications" "$(ini_val CERTBOT
DEFAULT_SEEDS=$(trim "${DEFAULT_DOMAIN:+https://$DEFAULT_DOMAIN}")
if [[ -z "$DEFAULT_SEEDS" ]]; then
DEFAULT_SEEDS="https://my-public-node-8.projscale.dev"
DEFAULT_SEEDS="https://my-public-node-103.projscale.dev"
fi
prompt_required BOOTSTRAP_SEEDS "Bootstrap seed URLs (comma-separated)" "$DEFAULT_SEEDS"
IFS=',' read -r -a _seed_array <<< "$BOOTSTRAP_SEEDS"