Files
protocol/packages/instant/.staging.discharge.json
2019-12-20 12:07:59 -08:00

15 lines
433 B
JSON

{
"domain": "0x-instant-staging",
"build_command": "WEBPACK_OUTPUT_PATH=public dotenv yarn build -- --env.discharge_target=staging",
"upload_directory": "public",
"index_key": "index.html",
"error_key": "index.html",
"trailing_slashes": true,
"cache": 3600,
"aws_profile": "0xproject",
"aws_region": "us-east-1",
"cdn": false,
"dns_configured": true,
"should_keep_files_in_s3": true
}