Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
Updates deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecampbell committed Aug 28, 2014
1 parent f4e3544 commit 7bb97a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/dotenv
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ MAILER_DEBUG={{mailer_debug}}
MAIL_DEFAULT_TO={{mail_default_to}}
MAIL_DEFAULT_LIST={{mail_default_list}}
SERVER_NAME={{server_name}}

MAIL_COMMENTS_TO={{mail_comments_to}}
CAPTCHA_DB={{captcha_db}}
CAPTCHA_PREGEN_PATH={{captcha_pregen_path}}
4 changes: 4 additions & 0 deletions deploy/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ environment=
MAIL_DEFAULT_TO='{{mail_default_to}}',
MAIL_DEFAULT_LIST='{{mail_default_list}}',
SERVER_NAME='{{server_name}}',
MAIL_COMMENTS_TO={{mail_comments_to}},
CAPTCHA_DB={{captcha_db}},
CAPTCHA_PREGEN_PATH={{captcha_pregen_path}}



[rpcinterface:supervisor]
Expand Down

0 comments on commit 7bb97a0

Please sign in to comment.