// ----------------------------------------------------------------------------- // Author: Simon-Pierre Boucher // Contact: contact@spboucher.ai // Project: Groupe Ka / Ka Maps (Rent-Ka integration) // kamaps/config.ts: Rent-Ka Maps Mapbox configuration. // The token is a PUBLIC Mapbox token (pk.…) — designed to be exposed // client-side; overridable at build time via VITE_MAPBOX_TOKEN. URL // restrictions are managed in the Mapbox dashboard. // ----------------------------------------------------------------------------- export const MAPBOX_TOKEN: string = (import.meta.env.VITE_MAPBOX_TOKEN as string | undefined) ?? "pk.eyJ1Ijoic3Bib3VjaGVyIiwiYSI6ImNtc3Fyb3k4djAwOTgyenB3dWt6NHBjc2kifQ.poqLf0ADy3lIh28O-pFI2Q";