X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fenvironments%2Fenvironment.ts;h=e3acd4fa577416e43fed3b18f4be773d5e295b54;hb=1f07bd03d6016fb2c48336f0b3322ea91bc7437f;hp=d2e55752ed45695c75564f9c0237bccc99b543f6;hpb=c1642477dde718a0ba902a0d6dc39a1fdcfe2bcf;p=osm%2FNG-UI.git diff --git a/src/environments/environment.ts b/src/environments/environment.ts index d2e5575..e3acd4f 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -50,11 +50,9 @@ const GRAFANA_ENDPOINT: string = 'http://' + window.location.hostname + ':3000'; // tslint:disable-next-line: typedef export const environment = { production: false, - 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',