From e1491910ab74b9f3544c173383a886a0b8e8688a Mon Sep 17 00:00:00 2001 From: Cristian Weiland Date: Mon, 22 May 2017 11:42:13 -0300 Subject: [PATCH] Issue #67: Fix config file example for workers Signed-off-by: Cristian Weiland --- scripts/workers/config.sh.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/workers/config.sh.example b/scripts/workers/config.sh.example index 7576a10..7f071fb 100644 --- a/scripts/workers/config.sh.example +++ b/scripts/workers/config.sh.example @@ -15,7 +15,7 @@ columnName="COD_ORGSUP_EXERCICIO" declare -A filter filter=( - [mec]="MINISTERIO DA EDUCACAO" + [mec]="15000" ) # Host: ElasticSearch's host. Examples: "localhost" -- GitLab