mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
13 lines
249 B
YAML
13 lines
249 B
YAML
---
|
|
Name: coreconfig
|
|
---
|
|
Upload:
|
|
# Replace an existing file rather than renaming the new one.
|
|
replaceFile: false
|
|
MySQLDatabase:
|
|
connection_charset: utf8
|
|
HTTP:
|
|
cache_control:
|
|
max-age: 0
|
|
must-revalidate: "true"
|
|
no-transform: "true" |