From 9d5d0fca56c34f2565bb76c7d62b9f37118f0076 Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Sun, 29 Mar 2026 23:50:56 +0200 Subject: [PATCH] Environments update --- src/environments/environment.example.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/environments/environment.example.ts b/src/environments/environment.example.ts index 894f648..5e16bf6 100644 --- a/src/environments/environment.example.ts +++ b/src/environments/environment.example.ts @@ -1,8 +1,8 @@ export const environment = { production: false, - api_url: 'http://localhost:3201/api', //'https://api.rampeur.com/api' - api_key: '9f5a9b80a39b4788be2f12941b766aba', + api_url: 'http://localhost:3200/api', + api_key: '', use_api_key: true, refresh_interval: 30000, - google_map_api_key: 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg' + google_map_api_key: '' };