-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (41 loc) · 1.18 KB
/
app.json
File metadata and controls
41 lines (41 loc) · 1.18 KB
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": "FaxBox",
"description": "A free, open source consumer fax service!",
"keywords": [
"fax",
"email",
"phaxio",
"mandrill",
"mailgun",
"sendgrid"
],
"addons": [
"heroku-postgresql:hobby-dev"
],
"env": {
"services.phaxio.public": {
"description": "Your Phaxio API Key"
},
"services.phaxio.secret": {
"description": "Your Phaxio API Secret"
},
"app.key": {
"description": "Laravel application key",
"generator" : "secret"
},
"app.url": {
"description": "The root URL of the application (e.g. http://yourinstall.com/)",
"required" : false
},
"ENVIRONMENT": {
"description": "The laravel environment to use",
"value" : "heroku"
},
"USE_LOCAL_STORAGE": {
"description": "Should the app configuration and uploaded files to local storage",
"value" : "false"
}
},
"repository" : "https://bitbucket.org/hackhouse/faxbox.git",
"logo" : "https://avatars3.githubusercontent.com/u/929026?v=2&s=200"
}