-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
35 lines (35 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
{
"name": "gyazobank",
"description": "Private Gyazo Server",
"keywords": [
"gyazo"
],
"website": "https://github.com/riaf/gyazobank",
"repository": "https://github.com/riaf/gyazobank.git",
"logo": "http://res.cloudinary.com/otobank/image/upload/v1414569312/gyazobank.png",
"success_url": "/",
"env": {
"NODE_ENV": "production",
"AWS_S3_ENDPOINT": {
"description": "S3 endpoint",
"value": "b.storage.sakura.ad.jp",
"required": true
},
"AWS_S3_ACCESS_KEY": {
"description": "S3 Access Key ID",
"required": true
},
"AWS_S3_SECRET_KEY": {
"description": "S3 Secret Key",
"required": true
},
"AWS_S3_ACL": {
"description": "ACL",
"value": "public-read"
},
"AWS_S3_BUCKET": {
"description": "Bucket name",
"value": "gyazobank"
}
}
}