Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion New feature: heroku.yml

Received: by 10.115.50.5 with SMTP id c5mr5108172wak.7.1204015596858;
        Tue, 26 Feb 2008 00:46:36 -0800 (PST)
Return-Path: <kamil...@gmail.com>
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171])
        by mx.google.com with ESMTP id k36si13341442waf.0.2008.02.26.00.46.35;
        Tue, 26 Feb 2008 00:46:36 -0800 (PST)
Received-SPF: pass (google.com: domain of kamil...@gmail.com designates 66.249.92.171 as permitted sender) client-ip=66.249.92.171;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of kamil...@gmail.com designates 66.249.92.171 as permitted sender) smtp.mail=kamil...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by ug-out-1314.google.com with SMTP id u2so1004844uge.9
        for <heroku@googlegroups.com>; Tue, 26 Feb 2008 00:46:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=Y1t68WK5FsiQXUscU5zPno1VRNdaRGI8wuNjFUv1W3w=;
        b=v71adCU0fOHMViT6UxqeYIZzPMvojzF2otyjPye7hW52OyI58NfqZhweFBxYR9f1Yvqlbj6YnGR+cS7g+yzZoYcL6yoL/ShuNgNmqYfqV3U5Qrh1fjOZatU/cDOLNQTmH+G3iqPIc7ls3bTJMi6WxhY7chdabmKMs9LVJFyxV3g=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=JPQFnnY6HF4yVxOB5j/7IgvVx97JChNc/TGBIKeKgOZbPThZlKaBkfEjG4tvA19YrIwDa+EwDjXRHeK8BqVYUrz4txZ3KyusIhYDcN2cdSkzNwWyRLUk/MXAo0LCQSwFTzLEOkungfOuvzA4T3OhAt/CnBzS5j6sX803eyj1y3E=
Received: by 10.78.201.8 with SMTP id y8mr2019862huf.18.1204015593780;
        Tue, 26 Feb 2008 00:46:33 -0800 (PST)
Received: by 10.78.156.11 with HTTP; Tue, 26 Feb 2008 00:46:33 -0800 (PST)
Message-ID: <c64198ff0802260046g77c43331gdfcde67e36d6909b@mail.gmail.com>
Date: Tue, 26 Feb 2008 00:46:33 -0800
From: Kamilion <kamil...@gmail.com>
To: heroku@googlegroups.com
Subject: Re: New feature: heroku.yml
In-Reply-To: <d248b4c80802260027g1ba97604vbbbb1816feac9...@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <d248b4c80802252154j7724b836yeffd6006d0b40...@mail.gmail.com>
	 <c64198ff0802260023n135f1fd4uec2bc1ff07975...@mail.gmail.com>
	 <d248b4c80802260027g1ba97604vbbbb1816feac9...@mail.gmail.com>

On Tue, Feb 26, 2008 at 12:27 AM, Adam Wiggins <a...@heroku.com> wrote:
>  That's it so far - got any other suggestions?

Outgoing connection limit for free accounts?
Just set a small cap like the timeout max.
For instance,

---
outgoing_connection_limit: 2

(default 0, max 5?)


and

headers_append_public: false
(Disables HTTP_X_HEROKU_CAN_EDIT and HTTP_X_HEROKU_USER headers for public)