summaryrefslogtreecommitdiff
path: root/docs/s3_website.yml
blob: 1cc96d4c271071f5e485a27f366f182f7fbbb9ff (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: docs.binary.ninja

site: <%=  File.dirname(__FILE__) + "./site" %>

index_document: index.html
error_document: index.html

gzip:
  - .html
  - .css
  - .md

s3_endpoint: us-east-1
s3_reduced_redundancy: true