blob: a507fc8ecae296bae665bce5935e747824cd8784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
s3_id: <%= ENV['S3_ID'] %>
s3_secret: <%= ENV['S3_SECRET'] %>
s3_bucket: api.binary.ninja
site: <%= File.dirname(__FILE__) + "/build/html" %>
index_document: index.html
error_document: index.html
gzip:
- .html
- .css
- .md
s3_endpoint: us-east-1
s3_reduced_redundancy: true
|