X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fenvironments%2Fenvironment.prod.ts;h=3b862d3286645b984891dcd8dc9f4106ae08a634;hb=refs%2Fchanges%2F97%2F14497%2F2;hp=86bb4ef8ccb02b0e1d731dbae82c1e50cc7b5de2;hpb=fb2f6b918beb0a994ad304bfd678ef0c5c562210;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/environments/environment.prod.ts b/webapp/src/environments/environment.prod.ts index 86bb4ef..3b862d3 100644 --- a/webapp/src/environments/environment.prod.ts +++ b/webapp/src/environments/environment.prod.ts @@ -1,6 +1,8 @@ +/** + * @license + * Copyright Akveo. All Rights Reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + */ export const environment = { - production: true, - maxConnectionRetry: 10, - - debug: false, // enable console.debug statements + production: true, };