Configure official Stuffbox URL in example and fresh VPS installs

Hop-State: A_06FP8TR0KJF8N7BWEBNR618
Hop-Proposal: R_06FP8TQ5JJSA61SNB19PXB0
Hop-Task: T_06FP8TDTWY6ESGXKC1FXBDG
Hop-Attempt: AT_06FP8TDTWX2BRQ83QR6TA70
This commit is contained in:
2026-07-14 23:16:01 -07:00
committed by Hop
parent c6dd550f10
commit fb624c4ed1
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ if [[ ! -e "$ENV_FILE" ]]; then
echo "AUTH_SECRET=$auth_secret"
echo "ADMIN_EMAILS=admin@example.com"
echo "NEXT_PUBLIC_NODE_DOMAIN=localhost:$port"
echo "STUFFBOX_URL=https://stuffbox.xyz"
} > "$ENV_FILE"
fi