8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c816832 commit 77a6ed7Copy full SHA for 77a6ed7
app.json
@@ -47,6 +47,35 @@
47
"required": true
48
}
49
},
50
+ "environments": {
51
+ "review": {
52
+ "env": {
53
+ "LANG": {
54
+ "required": true,
55
+ "value": "en_US.UTF-8"
56
+ },
57
+ "RACK_ENV": {
58
59
+ "value": "production"
60
61
+ "RAILS_ENV": {
62
63
64
65
+ "RAILS_LOG_TO_STDOUT": {
66
67
+ "value": "enabled"
68
69
+ "RAILS_SERVE_STATIC_FILES": {
70
71
72
73
+ "SECRET_KEY_BASE": {
74
+ "required": true
75
+ }
76
77
78
79
"formation": {
80
"web": {
81
"quantity": 1
0 commit comments