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

10 lines
266 B
TypeScript
Raw Normal View History

2017-04-11 19:09:02 +03:00
/**
* @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
2017-04-11 19:09:02 +03:00
};