Closed MCTaylor17 closed 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:
env
{ "addons": [ "jawsdb", "mailgun", { "plan": "interplanetary-fission:test" } ], }
The app.json file currently references
env
variables for setup. This can be simplified/streamlined by adding Fission's Heroku addon like so: