fission-codes / heroku-ipfs-ghost

The Ghost blog system upgraded with Heroku deploys & IPFS support.
MIT License
15 stars 17 forks source link

Change app.json to use Fission's Heroku addon #8

Closed MCTaylor17 closed 4 years ago

MCTaylor17 commented 4 years ago

The app.json file currently references env variables for setup. This can be simplified/streamlined by adding Fission's Heroku addon like so:

{
  "addons": [
    "jawsdb",
    "mailgun",
    {
      "plan": "interplanetary-fission:test"
    }
  ],
}