We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cebe2 commit 5de431fCopy full SHA for 5de431f
app.json
@@ -0,0 +1,36 @@
1
+{
2
+ "name": "ambercr.io",
3
+ "description": "Test App",
4
+ "scripts": {
5
+ },
6
+ "env": {
7
+ "AMBER_ENV": {
8
+ "required": true
9
10
+ "LOADERIO_API_KEY": {
11
12
13
+ "NEW_RELIC_LICENSE_KEY": {
14
15
16
+ "NEW_RELIC_LOG": {
17
18
+ }
19
20
+ "formation": {
21
22
+ "addons": [
23
+ "loaderio",
24
+ "logentries",
25
+ "newrelic",
26
+ "heroku-postgresql"
27
+ ],
28
+ "buildpacks": [
29
+ {
30
+ "url": "https://github.com/crystal-lang/heroku-buildpack-crystal.git"
31
32
33
34
35
+ ]
36
+}
0 commit comments