26 lines
706 B
Django/Jinja
26 lines
706 B
Django/Jinja
{
|
|
"snipcart_api_key": "{{ snipcart_api_key }}",
|
|
"easypost_api_key": "{{ easypost_api_key }}",
|
|
"backinstock_table": "{{ fulfillr_backinstock_table }}",
|
|
"aws": {
|
|
"access_key": "{{ fulfillr_access_key }}",
|
|
"secret_key": "{{ fulfillr_secret_key }}",
|
|
"region": "{{ fulfillr_region }}",
|
|
"bucket": "{{ fulfillr_bucket }}"
|
|
},
|
|
"tax": {
|
|
"ein": "{{ fulfillr_tax_ein }}",
|
|
"ioss": "{{ fulfillr_tax_ioss }}"
|
|
},
|
|
"sender_address": {
|
|
"city": "Newbury",
|
|
"country": "US",
|
|
"email": "sales@debyltech.com",
|
|
"name": "de Byl Technologies LLC",
|
|
"phone": "6034160859",
|
|
"state": "NH",
|
|
"street1": "976 Route 103",
|
|
"street2": "Unit 509",
|
|
"zip": "03255"
|
|
}
|
|
} |