summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-08-25 16:35:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-08-25 16:35:20 +0000
commit999d47f98679e4b706eb8436eea30513ba098bcb (patch)
treee1964044a9b863abd2da5eb54229c9a98b8610d1 /db
parent66a079f4304026885923b70c7aed9fe2ee805013 (diff)
downloadredmine-999d47f98679e4b706eb8436eea30513ba098bcb.tar.gz
redmine-999d47f98679e4b706eb8436eea30513ba098bcb.zip
Use example.net as domain in default configuration (#1762).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1764 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'db')
-rw-r--r--db/migrate/001_setup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/001_setup.rb b/db/migrate/001_setup.rb
index 13960ba8c..d49e0e444 100644
--- a/db/migrate/001_setup.rb
+++ b/db/migrate/001_setup.rb
@@ -290,7 +290,7 @@ class Setup < ActiveRecord::Migration
:admin => true,
:firstname => "Redmine",
:lastname => "Admin",
- :mail => "admin@somenet.foo",
+ :mail => "admin@example.net",
:mail_notification => true,
:language => "en",
:status => 1