Skip to content

Commit

Permalink
Bepro 2259 disable elastic search with an environment variable (#239)
Browse files Browse the repository at this point in the history
adjust variables
  • Loading branch information
vhcsilva authored Aug 27, 2024
1 parent d9ec005 commit 132c527
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ NEXT_ENABLE_COINGECKO=

# @taikai/scribal config
# info, warn, error, debug
LOG_LEVEL=debug
LOG_APP_NAME=bepro-events
LOG_HOST_NAME=
LOG_TO_CONSOLE=false
LOG_TO_ELASTIC=true
LOG_TO_FILE=true
LOG_FILE_DIR=logs
DAILY_ROTATION_FILE=true
DAILY_ROTATION_FILE_MAX_SIZE=20m
DAILY_ROTATION_FILE_DATE_PATTERN=YYYY-MM-DD
NEXT_LOG_LEVEL=debug
NEXT_LOG_TO_CONSOLE=false
NEXT_LOG_TO_ELASTIC=true
NEXT_LOG_TO_FILE=true
NEXT_LOG_FILE_DIR=logs
NEXT_DAILY_ROTATION_FILE=true
NEXT_DAILY_ROTATION_FILE_MAX_SIZE=20m
NEXT_DAILY_ROTATION_FILE_DATE_PATTERN=YYYY-MM-DD

# TELEGRAM BOT TOKEN
TELEGRAM_TOKEN=
Expand Down

0 comments on commit 132c527

Please sign in to comment.