From 4aef601c4306c2fa64dabd802710fa8a048bdd71 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 19 Nov 2010 00:03:41 +0000 Subject: - move the declaration to the top of the file, less confusing. - do not hardcode domain name --- modules/transifex/templates/30-site.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/transifex/templates/30-site.conf b/modules/transifex/templates/30-site.conf index 826662bc..48614703 100644 --- a/modules/transifex/templates/30-site.conf +++ b/modules/transifex/templates/30-site.conf @@ -1,7 +1,7 @@ # Sites SITE_ID = 1 # Your site's domain. This is used only in this file. -SITE_DOMAIN = '' +SITE_DOMAIN = '<%= domain %>' ADMINS = ( # ('Your Name', 'your_email@domain.com'), @@ -20,7 +20,6 @@ INTERNAL_IPS=('127.0.0.1',) EMAIL_HOST = 'localhost' EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' -SITE_DOMAIN = 'mageia.org' EMAIL_USE_TLS = True EMAIL_PORT = 587 DEFAULT_FROM_EMAIL = 'noreply@%s' % SITE_DOMAIN -- cgit v1.2.1