// Copyright 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH. // SPDX-License-Identifier: MIT export const config = { API_BASE_URL: // TODO - maybe we can integrate it in page build in a better way process.env.NEXT_PUBLIC_API_BASE_URL || 'https://badge-api.dev.l3montree.cloud/api/v1', }