2013-02-05 19:10:15 +01:00
|
|
|
---
|
|
|
|
Name: coreconfig
|
|
|
|
---
|
|
|
|
Upload:
|
|
|
|
# Replace an existing file rather than renaming the new one.
|
2013-03-21 19:48:54 +01:00
|
|
|
replaceFile: false
|
|
|
|
MySQLDatabase:
|
2015-09-05 02:50:26 +02:00
|
|
|
# You are advised to backup your tables if changing settings on an existing database
|
|
|
|
# `connection_charset` and `charset` should be equal, similarly so should `connection_collation` and `collation`
|
2015-06-13 02:12:36 +02:00
|
|
|
connection_charset: utf8
|
2015-09-05 02:50:26 +02:00
|
|
|
connection_collation: utf8_general_ci
|
|
|
|
charset: utf8
|
|
|
|
collation: utf8_general_ci
|
2015-06-13 02:12:36 +02:00
|
|
|
HTTP:
|
|
|
|
cache_control:
|
2018-06-08 01:56:31 +02:00
|
|
|
no-cache: "true"
|
|
|
|
no-store: "true"
|
2015-06-13 02:12:36 +02:00
|
|
|
must-revalidate: "true"
|
2018-06-08 01:56:31 +02:00
|
|
|
vary: "X-Requested-With, X-Forwarded-Protocol"
|
2017-07-04 13:07:06 +02:00
|
|
|
LeftAndMain:
|
|
|
|
dependencies:
|
|
|
|
versionProvider: %$SilverStripeVersionProvider
|
|
|
|
SilverStripeVersionProvider:
|
|
|
|
modules:
|
|
|
|
silverstripe/framework: Framework
|
2018-06-08 01:56:31 +02:00
|
|
|
---
|
|
|
|
Only:
|
|
|
|
environment: dev
|
|
|
|
---
|
|
|
|
HTTP:
|
|
|
|
disable_http_cache: true
|