forked from RailsApps/learn-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
40 lines (40 loc) · 1.02 KB
/
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
{
"name": "Learn Rails",
"description": "Starter application generated by Rails Composer",
"logo": "https://avatars3.githubusercontent.com/u/788200",
"repository": "https://github.com/RailsApps/learn-rails",
"keywords": [
"Rails Composer",
"RailsApps",
"starter",
"Ruby",
"Rails"
],
"scripts": {},
"env": {
"GMAIL_USERNAME": {
"description": "Your Gmail address for sending mail.",
"value": "[email protected]",
"required": false
},
"GMAIL_PASSWORD": {
"description": "Your Gmail password for sending mail.",
"value": "changeme",
"required": false
},
"OWNER_EMAIL": {
"description": "Destination for messages sent from the application's contact form.",
"value": "[email protected]",
"required": false
},
"MAILCHIMP_LIST_ID": {
"description": "no description",
"required": false
},
"MAILCHIMP_API_KEY": {
"description": "no description",
"required": false
},
"RAILS_ENV": "production"
}
}