Pull request #114: Fix env var names for licensing period
Merge in RED/ui from kbudisantoso/fix-env-vars to master * commit '0d37d34cd34286d819e6ffd5fc41d44a16116759': Fix env var names for licensing period
This commit is contained in:
commit
54faa57dfd
@ -20,8 +20,8 @@ export enum AppConfigKey {
|
||||
FRONTEND_APP_VERSION = 'FRONTEND_APP_VERSION',
|
||||
EULA_URL = 'EULA_URL',
|
||||
LICENSE_CUSTOMER = 'LICENSE_CUSTOMER',
|
||||
LICENSE_START = 'LICENSING_START',
|
||||
LICENSE_END = 'LICENSING_END',
|
||||
LICENSE_START = 'LICENSE_START',
|
||||
LICENSE_END = 'LICENSE_END',
|
||||
LICENSE_PAGE_COUNT = 'LICENSE_PAGE_COUNT'
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user