Files
protocol/packages/instant/.production.discharge.json
2018-12-14 16:37:19 -08:00

14 lines
362 B
JSON

{
"domain": "instant.0x.org",
"build_command": "dotenv yarn build -- --env.discharge_target=production",
"upload_directory": "umd",
"index_key": "instant.js",
"error_key": "404.html",
"trailing_slashes": true,
"cache": 3600,
"aws_profile": "0xproject",
"aws_region": "us-east-1",
"cdn": true,
"dns_configured": true
}