Environments Update
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
environment.*
|
||||
|
||||
# Keep example files for documentation
|
||||
!environment.example
|
||||
!environment.example.ts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
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',
|
||||
use_api_key:<boolean> true,
|
||||
refresh_interval:<number> 30000,
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
export const environment = {
|
||||
production:<boolean> false,
|
||||
api_url:<string> 'http://localhost:3201/api', //'https://api.rampeur.com/api'
|
||||
api_key:<string> '9f5a9b80a39b4788be2f12941b766aba',
|
||||
use_api_key:<boolean> true,
|
||||
refresh_interval:<number> 30000,
|
||||
google_map_api_key:<string> 'AIzaSyCM_6dkaugLEUsAnDQNJMyi0ZJEgKk2Iyg'
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
production:<boolean> false,
|
||||
api_url:<string> 'http://localhost:3201/api', //'https://api.rampeur.com/api'
|
||||
api_url:<string> 'http://localhost:3201/api',
|
||||
api_key:<string> '9f5a9b80a39b4788be2f12941b766aba',
|
||||
use_api_key:<boolean> true,
|
||||
refresh_interval:<number> 30000,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
production:<boolean> true,
|
||||
api_url:<string> 'http://localhost:3201/api', //'https://api.rampeur.com/api'
|
||||
api_url:<string> 'http://api.netgrowing.net/api',
|
||||
api_key:<string> '9f5a9b80a39b4788be2f12941b766aba',
|
||||
use_api_key:<boolean> true,
|
||||
refresh_interval:<number> 30000,
|
||||
|
||||
Reference in New Issue
Block a user