From c74400afb7bcef4afabac343b37c249bef4d0992 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Mon, 23 Jul 2018 14:57:50 +0200 Subject: [PATCH] OLMIS-5058: documented batch approve feature flag in sample env file --- settings-sample.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings-sample.env b/settings-sample.env index 12592a7b..1360f81a 100644 --- a/settings-sample.env +++ b/settings-sample.env @@ -122,3 +122,8 @@ RECEIPTS_REASON_ID=313f2f5f-0c22-4626-8c49-3554ef763de3 # Schedule database table clustering, based on a cron expression. DB_CLUSTERING_ENABLED=true DB_CLUSTERING_CRON_EXP=0 0 0 * * ? + +### FEATURE FLAGS ### + +# Enables Batch Approve screen on the UI +# BATCH_APPROVE_SCREEN=true \ No newline at end of file