Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bepro 2259 disable elastic search with an environment variable #239

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading