Skip to content

Commit 49032fd

Browse files
committed
chore: renaming to FEATURE_AUDIT_LOG_ENABLE
1 parent 2c881a7 commit 49032fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Shared/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export interface customEnv {
210210
FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean
211211
/** Org ID for grafana */
212212
GRAFANA_ORG_ID?: number
213-
ENABLE_AUDIT_LOG?: boolean
213+
FEATURE_AUDIT_LOG_ENABLE?: boolean
214214
}
215215

216216
export enum InstallationType {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export interface customEnv {
194194
* @default false
195195
*/
196196
FEATURE_NODE_AUTOSCALER_ENABLE?: boolean
197-
ENABLE_AUDIT_LOG?: boolean
197+
FEATURE_AUDIT_LOG_ENABLE?: boolean
198198
}
199199

200200
declare global {

0 commit comments

Comments
 (0)