master-localhost.php 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\Config\\CompiledConfig',
  4. 'timestamp' => 1531320856,
  5. 'checksum' => '31d508172d1d26ad70dff79f426151fa',
  6. 'files' => [
  7. 'user/config' => [
  8. 'media' => [
  9. 'file' => 'user/config/media.yaml',
  10. 'modified' => 1530713574
  11. ],
  12. 'security' => [
  13. 'file' => 'user/config/security.yaml',
  14. 'modified' => 1530713574
  15. ],
  16. 'site' => [
  17. 'file' => 'user/config/site.yaml',
  18. 'modified' => 1530713574
  19. ],
  20. 'streams' => [
  21. 'file' => 'user/config/streams.yaml',
  22. 'modified' => 1530713574
  23. ],
  24. 'system' => [
  25. 'file' => 'user/config/system.yaml',
  26. 'modified' => 1531320856
  27. ]
  28. ],
  29. 'system/config' => [
  30. 'media' => [
  31. 'file' => 'system/config/media.yaml',
  32. 'modified' => 1529597236
  33. ],
  34. 'site' => [
  35. 'file' => 'system/config/site.yaml',
  36. 'modified' => 1529597236
  37. ],
  38. 'streams' => [
  39. 'file' => 'system/config/streams.yaml',
  40. 'modified' => 1529597236
  41. ],
  42. 'system' => [
  43. 'file' => 'system/config/system.yaml',
  44. 'modified' => 1529597236
  45. ]
  46. ],
  47. 'user/plugins' => [
  48. 'plugins/problems' => [
  49. 'file' => 'user/plugins/problems/problems.yaml',
  50. 'modified' => 1529597237
  51. ],
  52. 'plugins/markdown-notices' => [
  53. 'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
  54. 'modified' => 1529597237
  55. ],
  56. 'plugins/error' => [
  57. 'file' => 'user/plugins/error/error.yaml',
  58. 'modified' => 1529597236
  59. ],
  60. 'plugins/login' => [
  61. 'file' => 'user/plugins/login/login.yaml',
  62. 'modified' => 1529597236
  63. ],
  64. 'plugins/admin' => [
  65. 'file' => 'user/plugins/admin/admin.yaml',
  66. 'modified' => 1529597236
  67. ],
  68. 'plugins/email' => [
  69. 'file' => 'user/plugins/email/email.yaml',
  70. 'modified' => 1529597236
  71. ],
  72. 'plugins/form' => [
  73. 'file' => 'user/plugins/form/form.yaml',
  74. 'modified' => 1529597236
  75. ]
  76. ]
  77. ],
  78. 'data' => [
  79. 'plugins' => [
  80. 'problems' => [
  81. 'enabled' => true,
  82. 'built_in_css' => true
  83. ],
  84. 'markdown-notices' => [
  85. 'enabled' => true,
  86. 'built_in_css' => true,
  87. 'level_classes' => [
  88. 0 => 'yellow',
  89. 1 => 'red',
  90. 2 => 'blue',
  91. 3 => 'green'
  92. ]
  93. ],
  94. 'error' => [
  95. 'enabled' => true,
  96. 'routes' => [
  97. 404 => '/error'
  98. ]
  99. ],
  100. 'login' => [
  101. 'enabled' => true,
  102. 'built_in_css' => true,
  103. 'route' => NULL,
  104. 'redirect_to_login' => true,
  105. 'redirect_after_login' => NULL,
  106. 'redirect_after_logout' => '/',
  107. 'route_activate' => '/activate_user',
  108. 'route_forgot' => '/forgot_password',
  109. 'route_reset' => '/reset_password',
  110. 'route_profile' => '/user_profile',
  111. 'route_register' => '/user_register',
  112. 'route_unauthorized' => '/user_unauthorized',
  113. 'dynamic_page_visibility' => false,
  114. 'parent_acl' => false,
  115. 'protect_protected_page_media' => false,
  116. 'rememberme' => [
  117. 'enabled' => true,
  118. 'timeout' => 604800,
  119. 'name' => 'grav-rememberme'
  120. ],
  121. 'max_pw_resets_count' => 0,
  122. 'max_pw_resets_interval' => 60,
  123. 'max_login_count' => 0,
  124. 'max_login_interval' => 2,
  125. 'user_registration' => [
  126. 'enabled' => false,
  127. 'fields' => [
  128. 0 => 'username',
  129. 1 => 'password',
  130. 2 => 'email',
  131. 3 => 'fullname',
  132. 4 => 'title',
  133. 5 => 'level'
  134. ],
  135. 'default_values' => [
  136. 'level' => 'Newbie'
  137. ],
  138. 'access' => [
  139. 'site' => [
  140. 'login' => 'true'
  141. ]
  142. ],
  143. 'redirect_after_registration' => '',
  144. 'options' => [
  145. 'validate_password1_and_password2' => true,
  146. 'set_user_disabled' => false,
  147. 'login_after_registration' => false,
  148. 'send_activation_email' => false,
  149. 'send_notification_email' => false,
  150. 'send_welcome_email' => false
  151. ]
  152. ]
  153. ],
  154. 'admin' => [
  155. 'enabled' => true,
  156. 'route' => '/admin',
  157. 'cache_enabled' => false,
  158. 'theme' => 'grav',
  159. 'logo_text' => '',
  160. 'body_classes' => '',
  161. 'content_padding' => true,
  162. 'twofa_enabled' => true,
  163. 'sidebar' => [
  164. 'activate' => 'tab',
  165. 'hover_delay' => 100,
  166. 'size' => 'auto'
  167. ],
  168. 'dashboard' => [
  169. 'days_of_stats' => 7
  170. ],
  171. 'widgets' => [
  172. 'dashboard-maintenance' => true,
  173. 'dashboard-statistics' => true,
  174. 'dashboard-notifications' => true,
  175. 'dashboard-feed' => true,
  176. 'dashboard-pages' => true
  177. ],
  178. 'pages' => [
  179. 'show_parents' => 'both'
  180. ],
  181. 'session' => [
  182. 'timeout' => 1800
  183. ],
  184. 'warnings' => [
  185. 'delete_page' => true
  186. ],
  187. 'edit_mode' => 'normal',
  188. 'frontend_preview_target' => 'inline',
  189. 'show_github_msg' => true,
  190. 'pages_list_display_field' => 'title',
  191. 'google_fonts' => false,
  192. 'admin_icons' => 'line-awesome',
  193. 'enable_auto_updates_check' => true,
  194. 'notifications' => [
  195. 'feed' => true,
  196. 'dashboard' => true,
  197. 'plugins' => true,
  198. 'themes' => true
  199. ],
  200. 'popularity' => [
  201. 'enabled' => true,
  202. 'ignore' => [
  203. 0 => '/test*',
  204. 1 => '/modular'
  205. ],
  206. 'history' => [
  207. 'daily' => 30,
  208. 'monthly' => 12,
  209. 'visitors' => 20
  210. ]
  211. ]
  212. ],
  213. 'email' => [
  214. 'enabled' => true,
  215. 'from' => NULL,
  216. 'from_name' => NULL,
  217. 'to' => NULL,
  218. 'to_name' => NULL,
  219. 'mailer' => [
  220. 'engine' => 'sendmail',
  221. 'smtp' => [
  222. 'server' => 'localhost',
  223. 'port' => 25,
  224. 'encryption' => 'none',
  225. 'user' => '',
  226. 'password' => ''
  227. ],
  228. 'sendmail' => [
  229. 'bin' => '/usr/sbin/sendmail -bs'
  230. ]
  231. ],
  232. 'content_type' => 'text/html',
  233. 'debug' => false
  234. ],
  235. 'form' => [
  236. 'enabled' => true,
  237. 'built_in_css' => true,
  238. 'inline_css' => true,
  239. 'refresh_prevention' => false,
  240. 'client_side_validation' => true,
  241. 'inline_errors' => false,
  242. 'files' => [
  243. 'multiple' => false,
  244. 'limit' => 10,
  245. 'destination' => 'self@',
  246. 'avoid_overwriting' => false,
  247. 'random_name' => false,
  248. 'filesize' => 0,
  249. 'accept' => [
  250. 0 => 'image/*'
  251. ]
  252. ]
  253. ]
  254. ],
  255. 'media' => [
  256. 'types' => [
  257. 'defaults' => [
  258. 'type' => 'file',
  259. 'thumb' => 'media/thumb.png',
  260. 'mime' => 'application/octet-stream',
  261. 'image' => [
  262. 'filters' => [
  263. 'default' => [
  264. 0 => 'enableProgressive'
  265. ]
  266. ]
  267. ]
  268. ],
  269. 'jpg' => [
  270. 'type' => 'image',
  271. 'thumb' => 'media/thumb-jpg.png',
  272. 'mime' => 'image/jpeg'
  273. ],
  274. 'jpe' => [
  275. 'type' => 'image',
  276. 'thumb' => 'media/thumb-jpg.png',
  277. 'mime' => 'image/jpeg'
  278. ],
  279. 'jpeg' => [
  280. 'type' => 'image',
  281. 'thumb' => 'media/thumb-jpg.png',
  282. 'mime' => 'image/jpeg'
  283. ],
  284. 'png' => [
  285. 'type' => 'image',
  286. 'thumb' => 'media/thumb-png.png',
  287. 'mime' => 'image/png'
  288. ],
  289. 'gif' => [
  290. 'type' => 'animated',
  291. 'thumb' => 'media/thumb-gif.png',
  292. 'mime' => 'image/gif'
  293. ],
  294. 'svg' => [
  295. 'type' => 'vector',
  296. 'thumb' => 'media/thumb-svg.png',
  297. 'mime' => 'image/svg+xml'
  298. ],
  299. 'mp4' => [
  300. 'type' => 'video',
  301. 'thumb' => 'media/thumb-mp4.png',
  302. 'mime' => 'video/mp4'
  303. ],
  304. 'mov' => [
  305. 'type' => 'video',
  306. 'thumb' => 'media/thumb-mov.png',
  307. 'mime' => 'video/quicktime'
  308. ],
  309. 'm4v' => [
  310. 'type' => 'video',
  311. 'thumb' => 'media/thumb-m4v.png',
  312. 'mime' => 'video/x-m4v'
  313. ],
  314. 'swf' => [
  315. 'type' => 'video',
  316. 'thumb' => 'media/thumb-swf.png',
  317. 'mime' => 'video/x-flv'
  318. ],
  319. 'flv' => [
  320. 'type' => 'video',
  321. 'thumb' => 'media/thumb-flv.png',
  322. 'mime' => 'video/x-flv'
  323. ],
  324. 'webm' => [
  325. 'type' => 'file',
  326. 'thumb' => 'media/thumb-webm.png',
  327. 'mime' => 'video/webm'
  328. ],
  329. 'ogv' => [
  330. 'type' => 'video',
  331. 'thumb' => 'media/thumb-ogg.png',
  332. 'mime' => 'video/ogg'
  333. ],
  334. 'mp3' => [
  335. 'type' => 'audio',
  336. 'thumb' => 'media/thumb-mp3.png',
  337. 'mime' => 'audio/mp3'
  338. ],
  339. 'ogg' => [
  340. 'type' => 'audio',
  341. 'thumb' => 'media/thumb-ogg.png',
  342. 'mime' => 'audio/ogg'
  343. ],
  344. 'wma' => [
  345. 'type' => 'audio',
  346. 'thumb' => 'media/thumb-wma.png',
  347. 'mime' => 'audio/wma'
  348. ],
  349. 'm4a' => [
  350. 'type' => 'audio',
  351. 'thumb' => 'media/thumb-m4a.png',
  352. 'mime' => 'audio/m4a'
  353. ],
  354. 'wav' => [
  355. 'type' => 'audio',
  356. 'thumb' => 'media/thumb-wav.png',
  357. 'mime' => 'audio/wav'
  358. ],
  359. 'aiff' => [
  360. 'type' => 'audio',
  361. 'thumb' => 'media/thumb-aif.png',
  362. 'mime' => 'audio/aiff'
  363. ],
  364. 'aif' => [
  365. 'type' => 'audio',
  366. 'thumb' => 'media/thumb-aif.png',
  367. 'mime' => 'audio/aif'
  368. ],
  369. 'txt' => [
  370. 'type' => 'file',
  371. 'thumb' => 'media/thumb-txt.png',
  372. 'mime' => 'text/plain'
  373. ],
  374. 'xml' => [
  375. 'type' => 'file',
  376. 'thumb' => 'media/thumb-xml.png',
  377. 'mime' => 'application/xml'
  378. ],
  379. 'doc' => [
  380. 'type' => 'file',
  381. 'thumb' => 'media/thumb-doc.png',
  382. 'mime' => 'application/msword'
  383. ],
  384. 'docx' => [
  385. 'type' => 'file',
  386. 'thumb' => 'media/thumb-docx.png',
  387. 'mime' => 'application/msword'
  388. ],
  389. 'xls' => [
  390. 'type' => 'file',
  391. 'thumb' => 'media/thumb-xls.png',
  392. 'mime' => 'application/vnd.ms-excel'
  393. ],
  394. 'xlsx' => [
  395. 'type' => 'file',
  396. 'thumb' => 'media/thumb-xlsx.png',
  397. 'mime' => 'application/vnd.ms-excel'
  398. ],
  399. 'ppt' => [
  400. 'type' => 'file',
  401. 'thumb' => 'media/thumb-ppt.png',
  402. 'mime' => 'application/vnd.ms-powerpoint'
  403. ],
  404. 'pptx' => [
  405. 'type' => 'file',
  406. 'thumb' => 'media/thumb-pptx.png',
  407. 'mime' => 'application/vnd.ms-powerpoint'
  408. ],
  409. 'pps' => [
  410. 'type' => 'file',
  411. 'thumb' => 'media/thumb-pps.png',
  412. 'mime' => 'application/vnd.ms-powerpoint'
  413. ],
  414. 'rtf' => [
  415. 'type' => 'file',
  416. 'thumb' => 'media/thumb-rtf.png',
  417. 'mime' => 'application/rtf'
  418. ],
  419. 'bmp' => [
  420. 'type' => 'file',
  421. 'thumb' => 'media/thumb-bmp.png',
  422. 'mime' => 'image/bmp'
  423. ],
  424. 'tiff' => [
  425. 'type' => 'file',
  426. 'thumb' => 'media/thumb-tiff.png',
  427. 'mime' => 'image/tiff'
  428. ],
  429. 'mpeg' => [
  430. 'type' => 'file',
  431. 'thumb' => 'media/thumb-mpg.png',
  432. 'mime' => 'video/mpeg'
  433. ],
  434. 'mpg' => [
  435. 'type' => 'file',
  436. 'thumb' => 'media/thumb-mpg.png',
  437. 'mime' => 'video/mpeg'
  438. ],
  439. 'mpe' => [
  440. 'type' => 'file',
  441. 'thumb' => 'media/thumb-mpe.png',
  442. 'mime' => 'video/mpeg'
  443. ],
  444. 'avi' => [
  445. 'type' => 'file',
  446. 'thumb' => 'media/thumb-avi.png',
  447. 'mime' => 'video/msvideo'
  448. ],
  449. 'wmv' => [
  450. 'type' => 'file',
  451. 'thumb' => 'media/thumb-wmv.png',
  452. 'mime' => 'video/x-ms-wmv'
  453. ],
  454. 'html' => [
  455. 'type' => 'file',
  456. 'thumb' => 'media/thumb-html.png',
  457. 'mime' => 'text/html'
  458. ],
  459. 'htm' => [
  460. 'type' => 'file',
  461. 'thumb' => 'media/thumb-html.png',
  462. 'mime' => 'text/html'
  463. ],
  464. 'ics' => [
  465. 'type' => 'iCal',
  466. 'thumb' => 'media/thumb-ics.png',
  467. 'mime' => 'text/calendar'
  468. ],
  469. 'pdf' => [
  470. 'type' => 'file',
  471. 'thumb' => 'media/thumb-pdf.png',
  472. 'mime' => 'application/pdf'
  473. ],
  474. 'ai' => [
  475. 'type' => 'file',
  476. 'thumb' => 'media/thumb-ai.png',
  477. 'mime' => 'image/ai'
  478. ],
  479. 'psd' => [
  480. 'type' => 'file',
  481. 'thumb' => 'media/thumb-psd.png',
  482. 'mime' => 'image/psd'
  483. ],
  484. 'zip' => [
  485. 'type' => 'file',
  486. 'thumb' => 'media/thumb-zip.png',
  487. 'mime' => 'application/zip'
  488. ],
  489. '7z' => [
  490. 'type' => 'file',
  491. 'thumb' => 'media/thumb-7z.png',
  492. 'mime' => 'application/x-7z-compressed'
  493. ],
  494. 'gz' => [
  495. 'type' => 'file',
  496. 'thumb' => 'media/thumb-gz.png',
  497. 'mime' => 'application/gzip'
  498. ],
  499. 'tar' => [
  500. 'type' => 'file',
  501. 'thumb' => 'media/thumb-tar.png',
  502. 'mime' => 'application/x-tar'
  503. ],
  504. 'css' => [
  505. 'type' => 'file',
  506. 'thumb' => 'media/thumb-css.png',
  507. 'mime' => 'text/css'
  508. ],
  509. 'js' => [
  510. 'type' => 'file',
  511. 'thumb' => 'media/thumb-js.png',
  512. 'mime' => 'application/javascript'
  513. ],
  514. 'json' => [
  515. 'type' => 'file',
  516. 'thumb' => 'media/thumb-json.png',
  517. 'mime' => 'application/json'
  518. ]
  519. ]
  520. ],
  521. 'site' => [
  522. 'title' => 'r2c',
  523. 'default_lang' => 'en',
  524. 'author' => [
  525. 'name' => 'Kevin Tessier',
  526. 'email' => 'kevin@figureslibres.io'
  527. ],
  528. 'taxonomies' => [
  529. 0 => 'category',
  530. 1 => 'tag'
  531. ],
  532. 'metadata' => [
  533. 'description' => 'R2C'
  534. ],
  535. 'summary' => [
  536. 'enabled' => true,
  537. 'format' => 'short',
  538. 'size' => 300,
  539. 'delimiter' => '==='
  540. ],
  541. 'redirects' => NULL,
  542. 'routes' => NULL,
  543. 'blog' => [
  544. 'route' => '/blog'
  545. ]
  546. ],
  547. 'streams' => [
  548. 'schemes' => [
  549. 'image' => [
  550. 'type' => 'ReadOnlyStream',
  551. 'paths' => [
  552. 0 => 'user://images',
  553. 1 => 'system://images'
  554. ]
  555. ],
  556. 'page' => [
  557. 'type' => 'ReadOnlyStream',
  558. 'paths' => [
  559. 0 => 'user://pages'
  560. ]
  561. ],
  562. 'account' => [
  563. 'type' => 'ReadOnlyStream',
  564. 'paths' => [
  565. 0 => 'user://accounts'
  566. ]
  567. ]
  568. ]
  569. ],
  570. 'system' => [
  571. 'absolute_urls' => false,
  572. 'timezone' => '',
  573. 'default_locale' => NULL,
  574. 'param_sep' => ':',
  575. 'wrapped_site' => false,
  576. 'reverse_proxy_setup' => false,
  577. 'force_ssl' => false,
  578. 'force_lowercase_urls' => true,
  579. 'custom_base_url' => '',
  580. 'username_regex' => '^[a-z0-9_-]{3,16}$',
  581. 'pwd_regex' => '(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}',
  582. 'intl_enabled' => true,
  583. 'languages' => [
  584. 'supported' => [
  585. ],
  586. 'include_default_lang' => true,
  587. 'translations' => true,
  588. 'translations_fallback' => true,
  589. 'session_store_active' => false,
  590. 'http_accept_language' => false,
  591. 'override_locale' => false
  592. ],
  593. 'home' => [
  594. 'alias' => '/home',
  595. 'hide_in_urls' => false
  596. ],
  597. 'pages' => [
  598. 'theme' => 'r2c',
  599. 'order' => [
  600. 'by' => 'default',
  601. 'dir' => 'asc'
  602. ],
  603. 'list' => [
  604. 'count' => 20
  605. ],
  606. 'dateformat' => [
  607. 'default' => NULL,
  608. 'short' => 'jS M Y',
  609. 'long' => 'F jS \\a\\t g:ia'
  610. ],
  611. 'publish_dates' => true,
  612. 'process' => [
  613. 'markdown' => true,
  614. 'twig' => false
  615. ],
  616. 'twig_first' => false,
  617. 'never_cache_twig' => false,
  618. 'events' => [
  619. 'page' => true,
  620. 'twig' => true
  621. ],
  622. 'markdown' => [
  623. 'extra' => false,
  624. 'auto_line_breaks' => false,
  625. 'auto_url_links' => false,
  626. 'escape_markup' => false,
  627. 'special_chars' => [
  628. '>' => 'gt',
  629. '<' => 'lt'
  630. ]
  631. ],
  632. 'types' => [
  633. 0 => 'txt',
  634. 1 => 'xml',
  635. 2 => 'html',
  636. 3 => 'htm',
  637. 4 => 'json',
  638. 5 => 'rss',
  639. 6 => 'atom'
  640. ],
  641. 'append_url_extension' => '',
  642. 'expires' => 604800,
  643. 'cache_control' => NULL,
  644. 'last_modified' => false,
  645. 'etag' => false,
  646. 'vary_accept_encoding' => false,
  647. 'redirect_default_route' => false,
  648. 'redirect_default_code' => '302',
  649. 'redirect_trailing_slash' => true,
  650. 'ignore_files' => [
  651. 0 => '.DS_Store'
  652. ],
  653. 'ignore_folders' => [
  654. 0 => '.git',
  655. 1 => '.idea'
  656. ],
  657. 'ignore_hidden' => true,
  658. 'url_taxonomy_filters' => true,
  659. 'frontmatter' => [
  660. 'process_twig' => false,
  661. 'ignore_fields' => [
  662. 0 => 'form',
  663. 1 => 'forms'
  664. ]
  665. ]
  666. ],
  667. 'cache' => [
  668. 'enabled' => false,
  669. 'check' => [
  670. 'method' => 'file'
  671. ],
  672. 'driver' => 'auto',
  673. 'prefix' => 'g',
  674. 'clear_images_by_default' => true,
  675. 'cli_compatibility' => false,
  676. 'lifetime' => 604800,
  677. 'gzip' => false,
  678. 'allow_webserver_gzip' => false,
  679. 'redis' => [
  680. 'socket' => false
  681. ]
  682. ],
  683. 'twig' => [
  684. 'cache' => false,
  685. 'debug' => true,
  686. 'auto_reload' => true,
  687. 'autoescape' => false,
  688. 'undefined_functions' => true,
  689. 'undefined_filters' => true,
  690. 'umask_fix' => false
  691. ],
  692. 'assets' => [
  693. 'css_pipeline' => false,
  694. 'css_pipeline_include_externals' => true,
  695. 'css_pipeline_before_excludes' => true,
  696. 'css_minify' => true,
  697. 'css_minify_windows' => false,
  698. 'css_rewrite' => true,
  699. 'js_pipeline' => false,
  700. 'js_pipeline_include_externals' => true,
  701. 'js_pipeline_before_excludes' => true,
  702. 'js_minify' => true,
  703. 'enable_asset_timestamp' => false,
  704. 'collections' => [
  705. 'jquery' => 'system://assets/jquery/jquery-2.x.min.js'
  706. ]
  707. ],
  708. 'errors' => [
  709. 'display' => 1,
  710. 'log' => true
  711. ],
  712. 'debugger' => [
  713. 'enabled' => false,
  714. 'shutdown' => [
  715. 'close_connection' => true
  716. ],
  717. 'twig' => true
  718. ],
  719. 'images' => [
  720. 'default_image_quality' => 85,
  721. 'cache_all' => false,
  722. 'cache_perms' => '0755',
  723. 'debug' => false,
  724. 'auto_fix_orientation' => false
  725. ],
  726. 'media' => [
  727. 'enable_media_timestamp' => false,
  728. 'unsupported_inline_types' => [
  729. ],
  730. 'allowed_fallback_types' => [
  731. ],
  732. 'auto_metadata_exif' => false,
  733. 'upload_limit' => 2097152
  734. ],
  735. 'session' => [
  736. 'enabled' => true,
  737. 'initialize' => true,
  738. 'timeout' => 1800,
  739. 'name' => 'grav-site',
  740. 'secure' => false,
  741. 'httponly' => true,
  742. 'split' => true,
  743. 'path' => NULL
  744. ],
  745. 'gpm' => [
  746. 'releases' => 'stable',
  747. 'proxy_url' => NULL,
  748. 'method' => 'auto',
  749. 'verify_peer' => true,
  750. 'official_gpm_only' => true
  751. ]
  752. ],
  753. 'security' => [
  754. 'salt' => 'WG2z5jC8UcxJtd'
  755. ]
  756. ]
  757. ];