infrastructure/ansible/roles/comentario/vars/main.yml
Jake Howard 3e355e6715
All checks were successful
/ terraform (push) Successful in 38s
/ ansible (push) Successful in 1m31s
Allow login to Comentario with Twitter
2024-09-14 17:55:35 +01:00

21 lines
675 B
YAML

comentario_secrets:
postgres:
host: db
database: comentario
username: comentario
password: comentario
idp:
github:
key: "{{ vault_comentario_github_client_id }}"
secret: "{{ vault_comentario_github_client_secret }}"
gitlab:
key: "{{ vault_comentario_gitlab_application_id }}"
secret: "{{ vault_comentario_gitlab_application_secret }}"
twitter:
key: "{{ vault_comentario_twitter_api_key }}"
secret: "{{ vault_comentario_twitter_api_secret }}"
smtpServer:
host: smtp.eu.mailgun.org
port: 587
username: "{{ vault_comentario_smtp_username }}"
password: "{{ vault_comentario_smtp_password }}"