Skip to content

Commit

Permalink
Add development and test environments to config.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Dec 3, 2008
1 parent 1739341 commit b2548a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/config.yml
Expand Up @@ -11,3 +11,14 @@ production:
port: 25
user_name: SMTP_USER_NAME
password: SMTP_PASSWORD

development: &local
domain: localhost
email: test@localhost
smtp:
address: localhost
port: 25
user_name: USER_NAME
password: PASSWORD

test: *local # just a copy of dev environment

0 comments on commit b2548a2

Please sign in to comment.