diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/cobrands/.gitignore | 1 | ||||
-rw-r--r-- | conf/crontab.ugly | 5 | ||||
-rw-r--r-- | conf/general-example | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/conf/cobrands/.gitignore b/conf/cobrands/.gitignore deleted file mode 100644 index 911c95650..000000000 --- a/conf/cobrands/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/cities
\ No newline at end of file diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 3b0077fb3..ac3b6fd0a 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -18,11 +18,6 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-alerts || echo "stalled?" 0,30 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-questionnaires.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-questionnaires || echo "stalled?" -!!(* } elsif ($vhost eq 'cities.fixmystreet.com') { *)!! -2,7,12,17,22,27,32,37,42,47,52,57 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports || echo "stalled?" -33 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-alerts || echo "stalled?" -5,35 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-questionnaires.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-questionnaires || echo "stalled?" - !!(* } elsif (($vhost eq 'www.fixmystreet.com') || ($vhost eq 'matthew.fixmystreet.com')) { *)!! 5,10,15,20,25,30,35,40,45,50,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports || echo "stalled?" 0 0-8,10,11,13,14,16,17,19-23 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports || echo "stalled?" diff --git a/conf/general-example b/conf/general-example index a61f2b0b9..0c1e25982 100644 --- a/conf/general-example +++ b/conf/general-example @@ -33,7 +33,6 @@ define('OPTION_COUNTRY', 'GB'); define('OPTION_EMAIL_DOMAIN', 'example.org'); define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN); define('OPTION_TEST_EMAIL_PREFIX', null); -define('OPTION_EMAIL_VHOST_CITIES', 'www.example.com'); define('OPTION_EMAIL_VHOST', 'www.example.com'); define('OPTION_EMAIL_VHOST_EMPTYHOMES', 'www.example.com'); |