10 lines
259 B
TypeScript
10 lines
259 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Akveo. All Rights Reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*/
|
|
export const environment = {
|
|
apiEndpoint:'https://dev.venbait.in/vnms/api/',
|
|
production: true,
|
|
};
|