diff --git a/src/environments/environment.development.ts b/src/environments/environment.development.ts deleted file mode 100644 index be86e82..0000000 --- a/src/environments/environment.development.ts +++ /dev/null @@ -1,8 +0,0 @@ -export const environment = { - production: false, - api_url: 'http://localhost:3200/api', - api_key: '9f5a9b80a39b4788be2f12941b766aba', - use_api_key: true, - refresh_interval: 30000, - google_map_api_key: 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg' -}; diff --git a/src/environments/environment.local.ts b/src/environments/environment.local.ts deleted file mode 100644 index 4b40e23..0000000 --- a/src/environments/environment.local.ts +++ /dev/null @@ -1,8 +0,0 @@ -export const environment = { - production: false, - api_url: 'http://localhost:3201/api', - api_key: '9f5a9b80a39b4788be2f12941b766aba', - use_api_key: true, - refresh_interval: 30000, - google_map_api_key: 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg' -}; diff --git a/src/environments/environment.ts b/src/environments/environment.ts deleted file mode 100644 index d041125..0000000 --- a/src/environments/environment.ts +++ /dev/null @@ -1,8 +0,0 @@ -export const environment = { - production: true, - api_url: 'http://api.netgrowing.net/api', - api_key: '9f5a9b80a39b4788be2f12941b766aba', - use_api_key: true, - refresh_interval: 30000, - google_map_api_key: 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg' -};