-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for "Deploy to Heroku" button #154
Conversation
Thanks @Go-Merk! @aleccool213 You're my Heroku specialist 😃 Does this look good to you? |
@@ -16,11 +16,22 @@ | |||
"ACKEE_PASSWORD": { | |||
"description": "Password which will be used to log in to Ackee", | |||
"required": true | |||
}, | |||
"ACKEE_MONGODB": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea putting this in. I didn't originally put this in because the add-on put in a mongo db uri env var automatically.
} | ||
}, | ||
"addons": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there docs saying which third party mongo dbs are best to use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the title says, removed the deprecated dependecies (mLab addon), added some important (I think) environment variables in the the app creation. Now you directly need to link a database (e.g., MongoDB Atlas) to use Ackee.
Here is an example button: