aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-16 14:50:12 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-19 18:12:30 +0200
commit3c3820bbd4a67f7ade1efabe26e6405b5dd01acd (patch)
tree664c99597ed6a03b4516e73a570a13e4213e02f7 /README
parentFeature covering mentor approval for answers and necessary fixes (diff)
downloadrecruiting-webapp-3c3820bbd4a67f7ade1efabe26e6405b5dd01acd.tar.gz
recruiting-webapp-3c3820bbd4a67f7ade1efabe26e6405b5dd01acd.tar.bz2
recruiting-webapp-3c3820bbd4a67f7ade1efabe26e6405b5dd01acd.zip
Allow to configure domain for emails of seed users
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 866ee92..f61dc17 100644
--- a/README
+++ b/README
@@ -67,3 +67,15 @@ To start testing application you should:
ruby script/server
it will be listening for connections on port 3000.
+
+Configuration
+
+In config/config.yml you can set:
+ seed:
+ users_domain - Domain for emails of users from default seed
+
+There is example of this file in doc/config/config.yml. Remember to disable checks in cucumber and test environments or tests will fail.
+
+Seed
+
+If you want to edit seed remember you can use erb in db/fixtures/*.yml files.