HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67751832 (67751832)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/18/d4299019518/htdocs/wordpress/wp-content/plugins/extendify/src/constants.js
// The linter plugin expects const DEFAULT_URLS to be defined here to ensure no localhost
const DEFAULT_URLS = {
	AI_HOST: 'https://ai.extendify.com',
	PATTERNS_HOST: 'https://patterns.extendify.com',
	KB_HOST: 'https://kb.extendify.com',
	INSIGHTS_HOST: 'https://insights.extendify.com',
	IMAGES_HOST: 'https://images-resource.extendify.com',
	DASHBOARD_HOST: 'https://dashboard.extendify.com',
};

export const { AI_HOST, PATTERNS_HOST, KB_HOST, INSIGHTS_HOST, IMAGES_HOST } =
	DEFAULT_URLS;