| 1 |
export const { |
| 2 |
AI_HOST = 'https://ai.extendify.com', |
| 3 |
PATTERNS_HOST = 'https://patterns.extendify.com', |
| 4 |
KB_HOST = 'https://kb.extendify.com', |
| 5 |
INSIGHTS_HOST = 'https://insights.extendify.com', |
| 6 |
IMAGES_HOST = 'https://images-resource.extendify.com', |
| 7 |
} = process.env; |
| 8 |
|