From d2f0409f9e56c3b8df919e95bd787209967d2000 Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Sun, 9 Mar 2008 20:31:05 -0400 Subject: [PATCH] Wow, I didn't know that you could break stuff like this :) --- fas/dev.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fas/dev.cfg b/fas/dev.cfg index e1ee1d7..219aa9e 100644 --- a/fas/dev.cfg +++ b/fas/dev.cfg @@ -3,9 +3,6 @@ # Settings that are the same for both development and production # (such as template engine, encodings, etc.) all go in # fas/config/app.cfg -#mail.on = True -#mail.server = 'bastion.fedora.phx.redhat.com' -#base_url_filter.base_url = "http://192.168.2.101:8080" mail.on = True mail.server = 'localhost' @@ -13,8 +10,6 @@ mail.server = 'localhost' mail.debug = False mail.encoding = 'utf-8' -base_url_filter.use_x_forwarded_host = True - # DATABASE # pick the form for your database