system.yaml 3.8 KB

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