-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
30 lines (30 loc) · 924 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
{
"name": "Sample Exam Questions",
"description": "Certification Practice Questions APP",
"website": "https://br.linkedin.com/in/rogeriodti",
"repository": "https://github.com/rog3r/sample_exam_questions",
"keywords": [
"Scrum master Certification",
"Prometric Exam Questions",
"Prometric Exam Sample",
"Certification Exam Questions",
"Sample Exam Questions",
"Multiple Choice Question",
"Survey Multiple Answers",
"Survey Multiple Choices",
"Free Certification Exam Preparation",
"Survey Multiple Choice Answers",
"Survey Multiple Choice Questions"
],
"scripts": {
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
"RAILS_ENV": "production",
"RACK_ENV": "production",
"RAILS_SERVE_STATIC_FILES": "true"
},
"addons": [
"heroku-postgresql"
]
}