mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
16 lines
307 B
YAML
16 lines
307 B
YAML
---
|
|
Name: mysite
|
|
After:
|
|
- 'framework/*'
|
|
- 'cms/*'
|
|
---
|
|
# YAML configuration for SilverStripe
|
|
# See http://doc.silverstripe.org/framework/en/topics/configuration
|
|
# Caution: Indentation through two spaces, not tabs
|
|
SSViewer:
|
|
themes:
|
|
- 'simple'
|
|
- '$default'
|
|
Debug:
|
|
friendly_error_httpcode: true
|