UNPKG

@swell/cli

Version:

Swell's command line interface/utility

11 lines (10 loc) 493 B
export default { API_BASE_URL: 'https://api.swell.store', ADMIN_API_BASE_URL: 'https://${STORE_ID}.swell.store/admin/api', FRONTEND_API_BASE_URL: 'https://${STORE_ID}.swell.store/api', LOGIN_HOST: 'https://${STORE_ID}.swell.store', APP_PAGES_HOST: 'https://${STORE_ID}--${APP_ID}--${ENV}.swell.store', STOREFRONT_FRONTEND_HOST: 'https://${BRANCH_PREFIX}${STOREFRONT_SLUG}.swell.store', LOCAL_PROXY_PROVIDER: '', SCHEMAS_BASE_URL: 'https://json.swell.store', };