Project

General

Profile

1
// The file contents for the current environment will overwrite these during build.
2
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
3
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
4
// The list of which env maps to which file can be found in `.angular-cli.json`.
5

    
6
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
7

    
8
export let properties: EnvProperties = {
9
  environment: "development",
10
  searchAPIURLLAst: "http://beta.services.openaire.eu/search/v2/api/",
11
  helpdesk: "https://www.openaire.eu/support/helpdesk",
12
  helpdeskEmail: "helpdesk@openaire.eu",
13
  cookieDomain: ".di.uoa.gr",
14
  reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
15
};
(3-3/3)