Compare commits

..

No commits in common. "5326c6df6ccf5afffb0d59a49d2aa82662f2565d" and "9e14138c3bc399073cfce1ee3f18e8964527c3a9" have entirely different histories.

View file

@ -20,6 +20,9 @@ enableRobotsTXT = true
########################### Deployment ############################# ########################### Deployment #############################
[params] [params]
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
environment = "production"
#environment = "development"
# set to true to enable captcha on the form # set to true to enable captcha on the form
useCaptcha = true useCaptcha = true