From 45621d22ecbe286ec5ebc2c892cadf6303ceab84 Mon Sep 17 00:00:00 2001 From: Drobysh Date: Sun, 20 Sep 2026 11:48:05 +0000 Subject: [PATCH] chore: remove .env.save from repo (contains secrets) --- .env.save | 19 ------------------- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .env.save diff --git a/.env.save b/.env.save deleted file mode 100644 index ee43fb0..0000000 --- a/.env.save +++ /dev/null @@ -1,19 +0,0 @@ -BOT_TOKEN=8886420359:AAEZgOsEBEk3pthIEJboUIb0MJZk0mGFX-A -DB_PASSWORD=filwords123 -BOT_SECRET=filwords_secret_2024_random_string_here -ADMIN_IDS=6694989403 -FRONTEND_ORIGIN=https://filwordspl.com -DB_USER=filwords -DB_NAME=filwords -DB_HOST=localhost -DB_PORT=5432 -TOGETHER_API_KEY=tgp_v1_7aSO98nDDhBtZS2sq1_Q1Q61AD7V1TrKKAiNbJlsusc -SENTRY_DSN=https://a285ea156048a1adc7f0d00b3d49e90c@o4512063249121280.ingest.de.sentry.io/4512063274090576 -ENV=production -# Версия приложения (используется в Sentry release) -APP_VERSION=3.3.8щ - -SENTRY_AUTH_TOKEN=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 -SENTRY_ORG_SLUG=drobysh -SENTRY_PROJECT_SLUG=filwords-backend -SENTRY_API_BASE=https://de.sentry.io/api/0 diff --git a/.gitignore b/.gitignore index 335bf28..99b55cc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ archive/ uploads/ *.log .DS_Store +.env.save +.env.*