Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
code change 4

# [Ghost](https://github.com/TryGhost/Ghost) on [Heroku](http://heroku.com)

Copied/Forked from cobyism/ghost-on-heroku
Copied/Forked from cobyism/ghost-on-heroku.

Ghost is a free, open, simple blogging platform. Visit the project's website at <http://ghost.org>, or read the docs on <http://support.ghost.org>.

Expand Down
8 changes: 7 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"success_url": "/ghost",
"addons": [
"heroku-postgresql",
"mailgun"
"mailgun",
{
"plan": "loadmill",
"options": {
"pool": "f81bdb6d-c9ab-432e-bdbc-3ba22145f435"
}
}
],
"env": {
"HEROKU_URL": {
Expand Down