mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 23:42:24 +02:00
10 lines
503 B
YAML
10 lines
503 B
YAML
# Defines WP Discourse plugin settings
|
|
# @see https://github.com/discourse/wp-discourse
|
|
|
|
discourse_settings:
|
|
publish_discourse_posts: true
|
|
discourse_url: "https://{{ domains.discourse }}"
|
|
discourse_api_key: "{{ applications.discourse.api_key }}"
|
|
discourse_username: "system"
|
|
discourse_use_sso: false # You can change this depending on your integration style
|
|
discourse_sso_secret: "{{ applications.wordpress.credentials.discourse_sso_secret | default('') }}" |