You are here

automatic_updates.schema.yml in Automatic Updates 8

Same filename and directory in other branches
  1. 8.2 config/schema/automatic_updates.schema.yml
config/schema/automatic_updates.schema.yml

File

config/schema/automatic_updates.schema.yml
View source
  1. automatic_updates.settings:
  2. type: config_object
  3. label: 'Automatic updates settings'
  4. mapping:
  5. psa_endpoint:
  6. type: string
  7. label: 'Endpoint URI for PSAs'
  8. enable_psa:
  9. type: boolean
  10. label: 'Enable PSA notices'
  11. notify:
  12. type: boolean
  13. label: 'Notify when PSAs are available'
  14. check_frequency:
  15. type: integer
  16. label: 'Frequency to check for PSAs, defaults to 12 hours'
  17. enable_readiness_checks:
  18. type: boolean
  19. label: 'Enable readiness checks'
  20. hashes_uri:
  21. type: string
  22. label: 'Endpoint URI for file hashes'
  23. ignored_paths:
  24. type: string
  25. label: 'List of files paths to ignore when running readiness checks'
  26. download_uri:
  27. type: string
  28. label: 'URI for downloading in-place update assets'
  29. enable_cron_updates:
  30. type: boolean
  31. label: 'Enable automatic updates via cron'
  32. enable_cron_security_updates:
  33. type: boolean
  34. label: 'Enable automatic updates for security releases via cron'
  35. database_update_handling:
  36. type: sequence
  37. label: 'Database update handling'
  38. sequence:
  39. type: string
  40. label: 'Tagged service to handle database updates'