-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
35 lines (35 loc) · 869 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Amazed",
"description": "Application to create and solve a perfect maze",
"keywords": [
"Maze",
"Ruby 2",
"Rails 4",
"Bootstrap",
"Font Awesome",
"Nitrous.IO"
],
"website": "http://amazed.herokuapp.com/",
"repository": "https://github.com/diowa/amazed",
"success_url": "/",
"env": {
"NEW_RELIC_APP_NAME": {
"description": "Sets the name of your application as it will appear on the New Relic dashboard.",
"value": "Amazed App"
},
"RAILS_ENV": "production",
"RAILS_SERVE_STATIC_FILES": "enabled",
"RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR": {
"description": "Reduces RGenGC's memory consumption",
"value": "1.3"
},
"SECRET_KEY_BASE": {
"description": "This gets generated",
"generator": "secret"
}
},
"addons": [
"papertrail",
"newrelic"
]
}