We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124cf6f commit 0949d1dCopy full SHA for 0949d1d
1 file changed
app.json
@@ -0,0 +1,39 @@
1
+{
2
+ "addons": [
3
+ "loaderio"
4
+ ],
5
+ "buildpacks": [
6
+ {
7
+ "url": "https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz"
8
+ }
9
10
+ "env": {
11
+ "ACME_KEY_1": {
12
+ "required": true
13
+ },
14
+ "ACME_KEY_2": {
15
16
17
+ "ACME_TOKEN_1": {
18
19
20
+ "ACME_TOKEN_2": {
21
22
23
+ "LOADERIO_API_KEY": {
24
25
26
+ "WORKER_COUNT": {
27
28
29
30
+ "formation": {
31
+ "web": {
32
+ "quantity": 1
33
34
35
+ "name": "fastboot-website",
36
+ "scripts": {
37
38
+ "stack": "cedar-14"
39
+}
0 commit comments