Release v1.1.0: Add Telegram and Todoist integrations UI
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
- Add telegram_integrations table to store bot token and chat_id - Add Integrations tab with Todoist and Telegram integration screens - Remove TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID from env variables - All Telegram configuration now done through UI - Telegram webhook registration happens when user saves bot token - Rename TELEGRAM_WEBHOOK_BASE_URL to WEBHOOK_BASE_URL
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
# Скрипт для восстановления базы данных из дампа
|
||||
# Использование:
|
||||
# ./restore-db.sh [имя_дампа.sql.gz] # Восстановление в .env.local
|
||||
# ./restore-db.sh [имя_дампа.sql.gz] # Восстановление в .env
|
||||
# ./restore-db.sh --env-file .env.prod [имя_дампа] # Восстановление в указанный файл
|
||||
# ./restore-db.sh production-backup.sql.gz # Восстановление в .env.local
|
||||
# ./restore-db.sh production-backup.sql.gz # Восстановление в .env
|
||||
|
||||
set -e
|
||||
|
||||
# Значения по умолчанию
|
||||
DEFAULT_ENV_FILE=".env.local"
|
||||
DEFAULT_ENV_FILE=".env"
|
||||
ENV_FILE="$DEFAULT_ENV_FILE"
|
||||
DUMP_FILE=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user