Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

20 rader
609 B

  1. {
  2. "name": "Configure Email Relay",
  3. "description": "Enable MailGun relay to increase verification email reliability.",
  4. "spec": [
  5. {
  6. "question_name": "Enable Email Relay",
  7. "question_description": "Enables the MailGun email relay server, enabling this will increase the reliability of your email verification.",
  8. "required": false,
  9. "min": null,
  10. "max": null,
  11. "default": "{{ matrix_mailer_relay_use | string | lower }}",
  12. "choices": "true\nfalse",
  13. "new_question": true,
  14. "variable": "matrix_mailer_relay_use",
  15. "type": "multiplechoice"
  16. }
  17. ]
  18. }