meteor/galaxy-docs

article mentions example of MAIL_URL but there is no example

webmagnets opened this issue · 1 comments

On this page -> https://github.com/meteor/galaxy-docs/blob/master/content/environment-variables.md

It says this:

The following is an example setting for the MAIL_URL environment variable: smtp://postmaster%40your.mailserver.address.com:password@mailserver.smtp.address.com:587

settings.json example

{
  "galaxy.meteor.com": {
    "env": {
      "MONGO_URL": "...",
      "MONGO_OPLOG_URL": "..."
    }
  },
  ... other keys can go here
}

but there is no example. Plus, I think ... other keys can go here might be missing some braces.

Thank you for your feedback. The Environment Variables article has been edited to be more in line with your recommendations. If you have any other comments, let us know!