Environments update

This commit is contained in:
2026-03-29 23:50:56 +02:00
parent f5e8c765b7
commit 9d5d0fca56
+3 -3
View File
@@ -1,8 +1,8 @@
export const environment = {
production:<boolean> false,
api_url:<string> 'http://localhost:3201/api', //'https://api.rampeur.com/api'
api_key:<string> '9f5a9b80a39b4788be2f12941b766aba',
api_url:<string> 'http://localhost:3200/api',
api_key:<string> '<YOU-API-KEY-HERE>',
use_api_key:<boolean> true,
refresh_interval:<number> 30000,
google_map_api_key:<string> 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg'
google_map_api_key:<string> '<YOUR-GOOGLE-MAP-API-KEY-HERE>'
};