Skip to content

Commit

Permalink
update settings, add empty sms config for test and development env.
Browse files Browse the repository at this point in the history
  • Loading branch information
saberma committed Jul 12, 2013
1 parent 535bc64 commit 735883e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ development:
<<: *defaults
host: 'localhost:3000'

sms: []
email:
<<: *email
from: 'development@19wu.com'
Expand All @@ -78,6 +79,7 @@ test:
default_locale: 'zh-CN'
host: 'localhost:3000'

sms: []
email:
<<: *email
from: 'test@19wu.com'
Expand Down

0 comments on commit 735883e

Please sign in to comment.