mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added wordpress disourse draft
This commit is contained in:
9
roles/docker-wordpress/vars/discourse.yml
Normal file
9
roles/docker-wordpress/vars/discourse.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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: "{{ vault_discourse_api_key }}"
|
||||
discourse_username: "system"
|
||||
discourse_use_sso: false
|
@@ -1,10 +0,0 @@
|
||||
# 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('') }}"
|
Reference in New Issue
Block a user