supprcss+add_resize_jq
This commit is contained in:
@@ -2,24 +2,18 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/config/system.yaml',
|
||||
'modified' => 1530517684,
|
||||
'modified' => 1530525681,
|
||||
'data' => [
|
||||
'absolute_urls' => false,
|
||||
'timezone' => '',
|
||||
'default_locale' => NULL,
|
||||
'param_sep' => ':',
|
||||
'wrapped_site' => false,
|
||||
'reverse_proxy_setup' => false,
|
||||
'force_ssl' => false,
|
||||
'force_lowercase_urls' => true,
|
||||
'custom_base_url' => '',
|
||||
'username_regex' => '^[a-z0-9_-]{3,16}$',
|
||||
'pwd_regex' => '(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}',
|
||||
'intl_enabled' => true,
|
||||
'languages' => [
|
||||
'supported' => [
|
||||
|
||||
],
|
||||
'include_default_lang' => true,
|
||||
'translations' => true,
|
||||
'translations_fallback' => true,
|
||||
@@ -41,7 +35,6 @@ return [
|
||||
'count' => 20
|
||||
],
|
||||
'dateformat' => [
|
||||
'default' => NULL,
|
||||
'short' => 'jS M Y',
|
||||
'long' => 'F jS \\a\\t g:ia'
|
||||
],
|
||||
@@ -75,14 +68,12 @@ return [
|
||||
5 => 'rss',
|
||||
6 => 'atom'
|
||||
],
|
||||
'append_url_extension' => '',
|
||||
'expires' => 604800,
|
||||
'cache_control' => NULL,
|
||||
'last_modified' => false,
|
||||
'etag' => false,
|
||||
'vary_accept_encoding' => false,
|
||||
'redirect_default_route' => false,
|
||||
'redirect_default_code' => 302,
|
||||
'redirect_default_code' => '302',
|
||||
'redirect_trailing_slash' => true,
|
||||
'ignore_files' => [
|
||||
0 => '.DS_Store'
|
||||
@@ -102,7 +93,7 @@ return [
|
||||
]
|
||||
],
|
||||
'cache' => [
|
||||
'enabled' => true,
|
||||
'enabled' => false,
|
||||
'check' => [
|
||||
'method' => 'file'
|
||||
],
|
||||
@@ -112,13 +103,10 @@ return [
|
||||
'cli_compatibility' => false,
|
||||
'lifetime' => 604800,
|
||||
'gzip' => false,
|
||||
'allow_webserver_gzip' => false,
|
||||
'redis' => [
|
||||
'socket' => false
|
||||
]
|
||||
'allow_webserver_gzip' => false
|
||||
],
|
||||
'twig' => [
|
||||
'cache' => true,
|
||||
'cache' => false,
|
||||
'debug' => true,
|
||||
'auto_reload' => true,
|
||||
'autoescape' => false,
|
||||
@@ -143,7 +131,7 @@ return [
|
||||
]
|
||||
],
|
||||
'errors' => [
|
||||
'display' => true,
|
||||
'display' => 1,
|
||||
'log' => true
|
||||
],
|
||||
'debugger' => [
|
||||
@@ -162,12 +150,6 @@ return [
|
||||
],
|
||||
'media' => [
|
||||
'enable_media_timestamp' => false,
|
||||
'unsupported_inline_types' => [
|
||||
|
||||
],
|
||||
'allowed_fallback_types' => [
|
||||
|
||||
],
|
||||
'auto_metadata_exif' => false,
|
||||
'upload_limit' => 2097152
|
||||
],
|
||||
@@ -178,12 +160,10 @@ return [
|
||||
'name' => 'grav-site',
|
||||
'secure' => false,
|
||||
'httponly' => true,
|
||||
'split' => true,
|
||||
'path' => NULL
|
||||
'split' => true
|
||||
],
|
||||
'gpm' => [
|
||||
'releases' => 'stable',
|
||||
'proxy_url' => NULL,
|
||||
'method' => 'auto',
|
||||
'verify_peer' => true,
|
||||
'official_gpm_only' => true
|
||||
|
||||
Reference in New Issue
Block a user