Skip to content

Commit

Permalink
update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybrown-sf committed Apr 29, 2024
1 parent b7af015 commit def91e1
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/in-dyno-postgres.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
"example"
],
"website": "http://github.com/heroku/go-getting-started",
"repository": "http://github.com/heroku/go-getting-started"
"repository": "http://github.com/heroku/go-getting-started",
"environments": {
"test": {
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-ci-postgresql" }
]
}
}
}

0 comments on commit def91e1

Please sign in to comment.