/** * Frontend Configuration * This file loads environment variables from .env through PHP * Include this file in your HTML before other scripts to access CONFIG object */ window.CONFIG = { API_BASE_URL: "https:\/\/apps.groupealliances.ma\/api", STORAGE_URL: "https:\/\/apps.groupealliances.ma\/storage", RECAPTCHA_SITE_KEY: "6Lf5yYAsAAAAANWGE6Jfj6SVw8iED5JATXsiZgQl"}; if (typeof module !== 'undefined' && module.exports) { module.exports = CONFIG; }