-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
41 lines (41 loc) · 862 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
36
37
38
39
40
41
{
"name": "tDiary.Net",
"description": "",
"website": "https://www.tdiary.net/",
"repository": "https://github.com/tdtds/tdiarynet",
"scripts": {
"postdeploy": "bundle exec rake mongodb:index"
},
"env": {
"RACK_ENV": {
"required": true
},
"TDIARYNET_USER": {
"required": true
},
<<<<<<< HEAD
"TWITTER_KEY": {
"required": true
=======
"TWITTER_NAME": {
"required": true,
"description": "only the Twitter user can log into this diary"
},
"MONGODB_URI": {
"required": true,
"description": "specify your MongoDB URI, for example on https://www.mongodb.com/cloud/atlas"
>>>>>>> upstream
},
"TWITTER_NAME": {
"required": true
},
"TWITTER_SECRET": {
"required": true
}
},
"addons": [
"sendgrid",
"logentries",
"memcachier"
]
}