docker-compose.yml update and locales update
This commit is contained in:
+5
-2
@@ -2,8 +2,11 @@
|
||||
BOT_TOKEN=your_bot_token_here
|
||||
ADMIN_IDS=comma_separated_admin_ids
|
||||
|
||||
# Database Configuration
|
||||
DB_NAME=bot_database.sqlite3
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_HOST=remnawave-tg-shop-db
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DB=postgres
|
||||
|
||||
# Localization and Display
|
||||
DEFAULT_LANGUAGE="ru" # or "en"
|
||||
|
||||
Reference in New Issue
Block a user