From def91e1ec04bc7d619efa4abbc847d95748438e1 Mon Sep 17 00:00:00 2001 From: Joey Brown Date: Mon, 29 Apr 2024 14:49:08 -0500 Subject: [PATCH] update app.json --- .idea/.gitignore | 8 ++++++++ .idea/in-dyno-postgres.iml | 10 ++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ app.json | 9 ++++++++- 6 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/in-dyno-postgres.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/in-dyno-postgres.iml b/.idea/in-dyno-postgres.iml new file mode 100644 index 000000000..25ed3f6e7 --- /dev/null +++ b/.idea/in-dyno-postgres.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..639900d13 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..dd6c7b1d4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app.json b/app.json index 5785d12b1..ef9291562 100644 --- a/app.json +++ b/app.json @@ -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" } + ] + } + } }