We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0892d28 commit 49c8b1cCopy full SHA for 49c8b1c
app.json
@@ -0,0 +1,40 @@
1
+{
2
+ "scripts": {
3
+ },
4
+ "env": {
5
+ "BONSAI_URL": {
6
+ "required": true
7
8
+ "LANG": {
9
10
11
+ "RAILS_SERVE_STATIC_FILES": {
12
13
14
+ "REDIS_URL": {
15
16
17
+ "DATABASE_URL": {
18
19
+ }
20
21
+ "formation": {
22
+ "worker": {
23
+ "quantity": 1
24
25
+ "web": {
26
27
28
29
+ "addons": [
30
+ "bonsai",
31
+ "heroku-postgresql",
32
+ "heroku-redis",
33
+ "scheduler"
34
+ ],
35
+ "buildpacks": [
36
+ {
37
+ "url": "heroku/ruby"
38
39
+ ]
40
+}
0 commit comments