10 lines
502 B
Bash
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
|