Skip to content

Commit

Permalink
Revert "a"
Browse files Browse the repository at this point in the history
This reverts commit 5b034f8.
  • Loading branch information
tispratik committed Oct 17, 2010
1 parent 5b034f8 commit de3b93b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/app_config.yml_bak
@@ -0,0 +1,18 @@
development:
domain: localhost:3000
smtp_address: "smtp.example.com"
smtp_port: 999
smtp_domain: "www.example.com"
smtp_username: "foo.bar@gmail.com"
smtp_password: "secret"

test:
domain: test.host

production:
domain: example.com
smtp_address: "smtp.example.com"
smtp_port: 999
smtp_domain: "www.example.com"
smtp_username: "foo.bar@gmail.com"
smtp_password: "secret"

0 comments on commit de3b93b

Please sign in to comment.