system.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. absolute_urls: false
  2. timezone: Europe/Paris
  3. default_locale: null
  4. param_sep: ':'
  5. wrapped_site: false
  6. reverse_proxy_setup: false
  7. force_ssl: false
  8. force_lowercase_urls: true
  9. custom_base_url: null
  10. username_regex: '^[a-z0-9_-]{3,16}$'
  11. pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
  12. intl_enabled: true
  13. http_x_forwarded:
  14. protocol: true
  15. host: false
  16. port: true
  17. ip: true
  18. languages:
  19. supported: null
  20. default_lang: fr
  21. include_default_lang: false
  22. pages_fallback_only: false
  23. translations: false
  24. translations_fallback: false
  25. session_store_active: false
  26. http_accept_language: false
  27. override_locale: false
  28. home:
  29. alias: /home
  30. hide_in_urls: false
  31. pages:
  32. theme: vocurations
  33. order:
  34. by: default
  35. dir: asc
  36. list:
  37. count: 50
  38. dateformat:
  39. default: null
  40. short: 'jS M Y'
  41. long: 'jS M Y'
  42. publish_dates: true
  43. process:
  44. markdown: true
  45. twig: false
  46. twig_first: false
  47. never_cache_twig: false
  48. events:
  49. page: true
  50. twig: true
  51. markdown:
  52. extra: false
  53. auto_line_breaks: false
  54. auto_url_links: false
  55. escape_markup: false
  56. special_chars:
  57. '>': gt
  58. '<': lt
  59. valid_link_attributes:
  60. - rel
  61. - target
  62. - id
  63. - class
  64. - classes
  65. types:
  66. - html
  67. - htm
  68. - xml
  69. - txt
  70. - json
  71. - rss
  72. - atom
  73. append_url_extension: null
  74. expires: 604800
  75. cache_control: '31536000'
  76. last_modified: false
  77. etag: false
  78. vary_accept_encoding: false
  79. redirect_default_route: false
  80. redirect_default_code: '302'
  81. redirect_trailing_slash: true
  82. ignore_files:
  83. - .DS_Store
  84. ignore_folders:
  85. - .git
  86. - .idea
  87. ignore_hidden: true
  88. hide_empty_folders: false
  89. url_taxonomy_filters: true
  90. frontmatter:
  91. process_twig: false
  92. ignore_fields:
  93. - form
  94. - forms
  95. cache:
  96. enabled: false
  97. check:
  98. method: file
  99. driver: auto
  100. prefix: g
  101. purge_at: '0 4 * * *'
  102. clear_at: '0 3 * * *'
  103. clear_job_type: standard
  104. clear_images_by_default: true
  105. cli_compatibility: false
  106. lifetime: 604800
  107. gzip: false
  108. allow_webserver_gzip: false
  109. redis:
  110. socket: null
  111. server: null
  112. port: null
  113. password: null
  114. memcache:
  115. server: null
  116. port: null
  117. memcached:
  118. server: null
  119. port: null
  120. twig:
  121. cache: false
  122. debug: false
  123. auto_reload: true
  124. autoescape: false
  125. undefined_functions: true
  126. undefined_filters: true
  127. umask_fix: false
  128. assets:
  129. css_pipeline: false
  130. css_pipeline_include_externals: true
  131. css_pipeline_before_excludes: true
  132. css_minify: true
  133. css_minify_windows: false
  134. css_rewrite: true
  135. js_pipeline: false
  136. js_pipeline_include_externals: true
  137. js_pipeline_before_excludes: true
  138. js_minify: true
  139. enable_asset_timestamp: false
  140. collections:
  141. jquery: 'system://assets/jquery/jquery-2.x.min.js'
  142. errors:
  143. display: 1
  144. log: true
  145. log:
  146. handler: file
  147. syslog:
  148. facility: local6
  149. debugger:
  150. enabled: false
  151. shutdown:
  152. close_connection: true
  153. twig: true
  154. images:
  155. default_image_quality: 85
  156. cache_all: false
  157. cache_perms: '0755'
  158. debug: false
  159. auto_fix_orientation: false
  160. seofriendly: false
  161. media:
  162. enable_media_timestamp: false
  163. unsupported_inline_types: null
  164. allowed_fallback_types: null
  165. auto_metadata_exif: false
  166. upload_limit: 8388608
  167. session:
  168. enabled: true
  169. initialize: true
  170. timeout: 1800
  171. name: grav-site
  172. uniqueness: path
  173. secure: false
  174. httponly: true
  175. split: true
  176. path: null
  177. gpm:
  178. releases: stable
  179. proxy_url: null
  180. method: auto
  181. verify_peer: true
  182. official_gpm_only: true
  183. accounts:
  184. type: data
  185. storage: file
  186. strict_mode:
  187. yaml_compat: true
  188. twig_compat: true