origins в env

This commit is contained in:
Artem Tsyrulnikov
2026-01-28 18:37:59 +03:00
parent f23f489b22
commit 44713b4fb7
3 changed files with 19 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# backend (src)
APP__ORIGINS=["http://locahost:3000"]
DB__URL=postgres://user:password@localhost:5432/tgex
LOGGER__APP_NAME=tgex-backend
@@ -14,12 +14,10 @@ S3__ACCESS_KEY_ID=user
S3__SECRET_ACCESS_KEY=password
S3__BUCKET_NAME=tgex-files
# tg_bot (telegram_bot)
TELEGRAM__TOKEN=your_bot_token_here
BACKEND__BASE_URL=http://localhost:8000
LOGIN_URL=https://app.example.com/api/v1/auth/complete?token=
# tg_parser (tg_parser)
TELEGRAM__API_ID=123456
TELEGRAM__API_HASH=your_api_hash_here
TELEGRAM__SESSION_FILE=/data/tg_parser.json