up display; ajout scrap agendadulibre; qa évènements sans localisation

This commit is contained in:
Tykayn 2025-10-04 19:18:10 +02:00 committed by tykayn
parent 73f18e1d31
commit 6deed13d0b
25 changed files with 2165 additions and 53 deletions

View file

@ -0,0 +1,6 @@
export const environment = {
production: true,
osmClientId: 'your_production_osm_client_id_here',
osmClientSecret: 'your_production_osm_client_secret_here',
apiBaseUrl: 'https://your-production-api-url.com'
};