summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/quickstart-templates/dancer-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/dancer-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/dancer-mysql.json')
-rw-r--r--roles/openshift_examples/files/examples/quickstart-templates/dancer-mysql.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/quickstart-templates/dancer-mysql.json b/roles/openshift_examples/files/examples/quickstart-templates/dancer-mysql.json
index 2cbcc0889..55f655102 100644
--- a/roles/openshift_examples/files/examples/quickstart-templates/dancer-mysql.json
+++ b/roles/openshift_examples/files/examples/quickstart-templates/dancer-mysql.json
@@ -175,6 +175,10 @@
{
"name": "SECRET_KEY_BASE",
"value": "${SECRET_KEY_BASE}"
+ },
+ {
+ "name": "PERL_APACHE2_RELOAD",
+ "value": "${PERL_APACHE2_RELOAD}"
}
]
}
@@ -330,6 +334,11 @@
"value": "openshift/mysql-55-centos7"
},
{
+ "name": "PERL_APACHE2_RELOAD",
+ "description": "Set this to \"true\" to enable automatic reloading of modified Perl modules",
+ "value": ""
+ },
+ {
"name": "SECRET_KEY_BASE",
"description": "Your secret key for verifying the integrity of signed cookies",
"generate": "expression",