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:
|
|
|
|
max-age: 0
|
|
|
|
must-revalidate: "true"
|
2015-12-02 00:24:17 +01:00
|
|
|
no-transform: "true"
|
2016-01-06 00:34:58 +01:00
|
|
|
vary: "Cookie, X-Forwarded-Protocol, User-Agent, Accept"
|