migrate root server
This commit is contained in:
parent
dd4ff8b8ff
commit
6b3ed99876
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue