template publication

This commit is contained in:
Tessier
2020-09-28 16:55:54 +02:00
parent 449ca1d987
commit 9176d0736c
243 changed files with 516 additions and 473 deletions
+22 -17
View File
@@ -1,8 +1,8 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
'timestamp' => 1591884671,
'checksum' => '33c4c65375edb60e72f05b1784552ac6',
'timestamp' => 1593265023,
'checksum' => '2045bc02c3dde2680778e2d65c0a4043',
'files' => [
'user/config' => [
'backups' => [
@@ -39,7 +39,7 @@ return [
],
'system' => [
'file' => 'user/config/system.yaml',
'modified' => 1591884513
'modified' => 1593265023
]
],
'system/config' => [
@@ -733,14 +733,14 @@ node_modules'
],
'system' => [
'absolute_urls' => false,
'timezone' => '',
'timezone' => NULL,
'default_locale' => NULL,
'param_sep' => ':',
'wrapped_site' => false,
'reverse_proxy_setup' => false,
'force_ssl' => false,
'force_lowercase_urls' => true,
'custom_base_url' => '',
'custom_base_url' => NULL,
'username_regex' => '^[a-z0-9_-]{3,16}$',
'pwd_regex' => '(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}',
'intl_enabled' => true,
@@ -751,9 +751,7 @@ node_modules'
'ip' => true
],
'languages' => [
'supported' => [
],
'supported' => NULL,
'default_lang' => NULL,
'include_default_lang' => true,
'pages_fallback_only' => false,
@@ -818,7 +816,7 @@ node_modules'
5 => 'rss',
6 => 'atom'
],
'append_url_extension' => '',
'append_url_extension' => NULL,
'expires' => 604800,
'cache_control' => NULL,
'last_modified' => false,
@@ -861,7 +859,18 @@ node_modules'
'gzip' => false,
'allow_webserver_gzip' => false,
'redis' => [
'socket' => false
'socket' => NULL,
'server' => NULL,
'port' => NULL,
'password' => NULL
],
'memcache' => [
'server' => NULL,
'port' => NULL
],
'memcached' => [
'server' => NULL,
'port' => NULL
]
],
'twig' => [
@@ -916,14 +925,10 @@ node_modules'
],
'media' => [
'enable_media_timestamp' => false,
'unsupported_inline_types' => [
],
'allowed_fallback_types' => [
],
'unsupported_inline_types' => NULL,
'allowed_fallback_types' => NULL,
'auto_metadata_exif' => false,
'upload_limit' => 67108864
'upload_limit' => 2097152
],
'session' => [
'enabled' => true,