X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fenvironments%2Fenvironment.prod.ts;h=440bfd1d92fb2d602b02472d996095b832eaf769;hb=1f07bd03d6016fb2c48336f0b3322ea91bc7437f;hp=6592b106080ec24f255940be13b537166104f1b8;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 6592b10..440bfd1 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -50,11 +50,9 @@ const GRAFANA_ENDPOINT: string = 'http://' + window.location.hostname + ':3000'; // tslint:disable-next-line: typedef export const environment = { production: true, - packageSize: 15, + packageSize: 50, paginationNumber: 10, //Possible values are 10, 25, 50, 100 packageVersion: version, - // tslint:disable-next-line: no-http-string - MAPLATLONGAPI_URL: 'http://photon.komoot.de/api/?q={value}&limit=5', GENERATETOKEN_URL: OSM_ADMIN_ENDPOINT + 'tokens', PROJECTS_URL: OSM_ADMIN_ENDPOINT + 'projects', USERS_URL: OSM_ADMIN_ENDPOINT + 'users', @@ -80,5 +78,6 @@ export const environment = { PERMISSIONS_CONFIG_FILE: ASSETS_PATH + 'config/rolePermissions.json', GRAFANA_URL: GRAFANA_ENDPOINT + '/d', DOMAIN_URL: OSM_ADMIN_ENDPOINT + 'domains', - OSM_VERSION_URL: OSM_VERSION + OSM_VERSION_URL: OSM_VERSION, + OSMREPOS_URL: OSM_ADMIN_ENDPOINT + 'osmrepos' };