Environments update
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production:<boolean> false,
|
production:<boolean> false,
|
||||||
api_url:<string> 'http://localhost:3201/api', //'https://api.rampeur.com/api'
|
api_url:<string> 'http://localhost:3200/api',
|
||||||
api_key:<string> '9f5a9b80a39b4788be2f12941b766aba',
|
api_key:<string> '<YOU-API-KEY-HERE>',
|
||||||
use_api_key:<boolean> true,
|
use_api_key:<boolean> true,
|
||||||
refresh_interval:<number> 30000,
|
refresh_interval:<number> 30000,
|
||||||
google_map_api_key:<string> 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg'
|
google_map_api_key:<string> '<YOUR-GOOGLE-MAP-API-KEY-HERE>'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user