mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
readme tweaks
This commit is contained in:
parent
4af7e79f44
commit
dd8d7e26cb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Telescope is an open-source, real-time social news site built with [Meteor](http
|
|||
# Local Variables
|
||||
Meteor uses local environment variables for a few things, such as configuring email. While this is straightforward to do on Heroku (see above), on a local dev environment the best way is to set up an alias for the `mrt` command.
|
||||
|
||||
In your `.bash_profile` file, just add:
|
||||
For example, to configure Meteor to use Mailgun for email, in your `.bash_profile` file just add:
|
||||
`alias m='MAIL_URL=smtp://username:password@smtp.mailgun.org:587/ mrt'`
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue