mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 09:35:19 +00:00
First commit
This commit is contained in:
1
developer/user/config/security.yaml
Normal file
1
developer/user/config/security.yaml
Normal file
@ -0,0 +1 @@
|
||||
salt: u1FOrZInQzm5EJ
|
7
developer/user/config/site.yaml
Normal file
7
developer/user/config/site.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
title: Comunic Dev
|
||||
author:
|
||||
name: Pierre HUBERT
|
||||
email: 'contact@communiquons.org'
|
||||
metadata:
|
||||
description: 'Development ressources for Comunic'
|
||||
|
42
developer/user/config/system.yaml
Normal file
42
developer/user/config/system.yaml
Normal file
@ -0,0 +1,42 @@
|
||||
absolute_urls: false
|
||||
|
||||
home:
|
||||
alias: '/home'
|
||||
|
||||
pages:
|
||||
theme: antimatter
|
||||
markdown:
|
||||
extra: false
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
|
||||
cache:
|
||||
enabled: true
|
||||
check:
|
||||
method: file
|
||||
driver: auto
|
||||
prefix: 'g'
|
||||
|
||||
twig:
|
||||
cache: true
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
|
||||
assets:
|
||||
css_pipeline: false
|
||||
css_minify: true
|
||||
css_rewrite: true
|
||||
js_pipeline: false
|
||||
js_minify: true
|
||||
|
||||
errors:
|
||||
display: true
|
||||
log: true
|
||||
|
||||
debugger:
|
||||
enabled: false
|
||||
twig: true
|
||||
shutdown:
|
||||
close_connection: true
|
Reference in New Issue
Block a user