Update Config

This commit is contained in:
Bob den Otter
2019-08-11 08:42:51 +02:00
parent 0a2b221b7b
commit faad55d02c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ database:
username: root
password: ''
sitename: Bolt Four Website
sitename: Bolt Core Git Clone
debug: true
debug_show_loggedoff: false
+3 -1
View File
@@ -5,7 +5,9 @@ twig:
- 'form/layout.twig'
- 'form/fields.twig'
paths:
'%kernel.project_dir%/public/theme/%bolt.theme%': ''
# Since the name of the theme folder is dynamic, we shouldn't set it here, but dynamically
# See TwigAwareController::setTwigLoader()
# '%kernel.project_dir%/public/theme/%bolt.theme%': ''
'%kernel.project_dir%/templates/': 'bolt'
globals:
'config': '@Bolt\Configuration\Config'