master-localhost.php 27 KB

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