# Each Discourse install gets its own [[discourse]] block.
# Only `name` and `baseurl` are required; everything else is optional but
# unlocks more functionality (admin commands need apikey/api_username, SSH
# rebuilds need ssh_host, filtering needs tags, changelog posting needs
# changelog_topic_id).
[[]]
= "myforum" # unique short name; used everywhere in the CLI
= "My Forum" # Discourse site title (optional; display-only)
= "https://forum.example.com" # base URL of the Discourse install
= "your_api_key_here" # admin API key
= "system" # API username the key acts as
= "forum.example.com" # host used by `dsc update` over SSH (optional)
= ["production", "uk"] # free-form tags; used by `--tags` filters (optional)
= 123 # topic id to post rebuild changelogs into (optional)
[[]]
= "otherforum"
= "Other Forum"
= "https://community.example.org"
= "your_other_api_key_here"
= "system"
= "community.example.org"
= ["staging"]
= 456