ngx-admin/src/environments/environment.prod.ts

9 lines
266 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 = {
production: true,
currentThemeLife: 604800000, // 1 week in milliseconds
};