# Login credentials for grab_cookie.py (recommended) # These are used to obtain a fresh WP_LOGIN_COOKIE via the WooCommerce AJAX endpoint. WP_USERNAME=your-email-or-username WP_PASSWORD=your-password # Alternatively, set WP_LOGIN_COOKIE manually (expires in ~2 weeks). # Get it from browser DevTools → Storage → Cookies while on jailbirdz.com. # Copy the full name=value of the wordpress_logged_in_* cookie. # wordpress_sec_... is the wp-admin cookie — not needed. WP_LOGIN_COOKIE=wordpress_logged_in_= # PeerTube upload target PEERTUBE_URL=https://your-peertube-instance.example PEERTUBE_USER=admin PEERTUBE_CHANNEL=your-channel-name PEERTUBE_PASSWORD=your-password