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 2.32 #242

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
33 changes: 24 additions & 9 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 All @@ -95,4 +95,19 @@ NEXT_INTERNAL_API_KEY=development

# Sendgrid credentials
NEXT_SENDGRID_MAIL_API_KEY=
NEXT_SENDGRID_MAIL_FROM=
NEXT_SENDGRID_MAIL_FROM=

# Elastic APM integration secret token
NEXT_ELASTIC_APM_SECRET_TOKEN=

# Elastic APM integration server url
NEXT_ELASTIC_APM_SERVER_URL=

# Elastic APM integration service name
NEXT_ELASTIC_APM_SERVICE_NAME=

# true|false - Enable Elastic APM integration
NEXT_ELASTIC_APM_ACTIVE=

# Elastic APM _local_ log level
NEXT_ELASTIC_APM_LOG_LEVEL=
Loading