mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-28 05:08:48 +01:00
9 lines
266 B
TypeScript
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
|
|
};
|