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: '' };