summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-10-22 10:33:59 -0400
committerScott Dodson <sdodson@redhat.com>2015-10-22 10:33:59 -0400
commit5093601cb3d750427bda15e38069759f6e86825a (patch)
tree4259a50d24dfbf92275e07076c28bcfce5e23dec /roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json
parent04d172ac4041c83857646f20eabbaf71a5e56673 (diff)
downloadopenshift-5093601cb3d750427bda15e38069759f6e86825a.tar.gz
openshift-5093601cb3d750427bda15e38069759f6e86825a.tar.bz2
openshift-5093601cb3d750427bda15e38069759f6e86825a.tar.xz
openshift-5093601cb3d750427bda15e38069759f6e86825a.zip
Update imagestreams and quickstarts from origin
Diffstat (limited to 'roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json')
-rw-r--r--roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json b/roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json
index deac2010f..da5679444 100644
--- a/roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json
+++ b/roles/openshift_examples/files/examples/quickstart-templates/cakephp-mysql.json
@@ -201,6 +201,10 @@
{
"name": "CAKEPHP_SECURITY_CIPHER_SEED",
"value": "${CAKEPHP_SECURITY_CIPHER_SEED}"
+ },
+ {
+ "name": "OPCACHE_REVALIDATE_FREQ",
+ "value": "${OPCACHE_REVALIDATE_FREQ}"
}
]
}
@@ -364,6 +368,11 @@
"description": "Security cipher seed for session hash",
"generate": "expression",
"from": "[0-9]{30}"
+ },
+ {
+ "name": "OPCACHE_REVALIDATE_FREQ",
+ "description": "The How often to check script timestamps for updates, in seconds. 0 will result in OPcache checking for updates on every request.",
+ "value": "2"
}
]
}