diff options
Diffstat (limited to 'modules/transifex')
-rw-r--r-- | modules/transifex/templates/30-site.conf | 3 |
1 files changed, 1 insertions, 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 |