[jifty-devel] Re: [Jifty-commit] r2031 - wifty/trunk/etc

Nelson Elhage nelhage at bestpractical.com
Thu Oct 19 15:55:02 EDT 2006


I rolled back this change (to Mailer in the Wifty config), but people
ought be careful in general about what they commit.

Also, for things like this, you can use the site_config.yml file, also
located in the etc/ directory -- any configuration options located there
will override ones set in config.yml, so you can have custom local 
setups without worrying about accidentally committing them.

- Nelson

On Thu, Oct 19, 2006 at 03:52:03PM -0400, jifty-commit at lists.jifty.org wrote:
> Author: nelhage
> Date: Thu Oct 19 15:52:03 2006
> New Revision: 2031
> 
> Modified:
>    wifty/trunk/etc/config.yml
> 
> Log:
> Backing out the SMTP mailer
> 
> Modified: wifty/trunk/etc/config.yml
> ==============================================================================
> --- wifty/trunk/etc/config.yml	(original)
> +++ wifty/trunk/etc/config.yml	Thu Oct 19 15:52:03 2006
> @@ -12,10 +12,9 @@
>      RequireSSL: 0
>    Plugins:
>      - Login: {}
> -  Mailer: SMTP
> -  MailerArgs: ['69.17.117.59']
> -#  MailerArgs:
> -#    - %log/mail.log%
> +  Mailer: IO
> +  MailerArgs:
> +    - %log/mail.log%
>    SiteConfig: etc/site_config.yml
>  
>    Web:
> _______________________________________________
> Jifty-commit mailing list
> Jifty-commit at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-commit


More information about the jifty-devel mailing list