wordpress-rest-curl/site.sh.template
2026-07-30 17:55:58 +02:00

10 lines
502 B
Bash

#!/bin/bash
# Per-site overrides, loaded after config.sh when running with --site NAME.
# Copy to ~/.config/wordpress-rest-curl/NAME.sh and fill in. Only set what
# differs from config.sh -- anything left out here falls back to config.sh.
USER="" # WP user to create the post
PASSWORD="" # application password generated for your WP user
SERVER="" # server hostname, optionally with subdirectories
CATEGORIES="" # comma separated integer IDs of categories
TAGS="" # comma separated integer IDs of tags