mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 11:53:03 +00:00
25 lines
589 B
Bash
25 lines
589 B
Bash
# Copy this file to .env and customize the values for your environment
|
|
# cp .env.example .env
|
|
|
|
# MongoDB configuration
|
|
MONGODB_CONNECTION_STRING=mongodb://localhost:27017/store-scraper-bot
|
|
|
|
# Telegram Bot configuration
|
|
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
|
|
TELEGRAM_BOT_USERNAME=your_telegram_bot_username
|
|
|
|
# Java configuration
|
|
JAVA_OPTS=-Xmx512m
|
|
|
|
# Logging configuration
|
|
LOG_LEVEL=INFO
|
|
|
|
LOKI_HOST=logs-prod-020.grafana.net
|
|
LOKI_PORT=443
|
|
LOKI_USERNAME=your_loki_username
|
|
LOKI_PASSWORD=your_loki_password
|
|
|
|
# App configuration
|
|
ENV=DEVELOPMENT
|
|
ADMIN_IDS=1000001999,1000002000,1000002001
|