From 2e83f2be8a86d508503970bcd154caae123c246d Mon Sep 17 00:00:00 2001 From: Dawsh Date: Tue, 26 Nov 2024 22:24:35 +0330 Subject: [PATCH] remove extra reversible_key variable from marzneshin configuration page --- content/docs/configuration/marzneshin.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/docs/configuration/marzneshin.md b/content/docs/configuration/marzneshin.md index ae1b93a..5290759 100644 --- a/content/docs/configuration/marzneshin.md +++ b/content/docs/configuration/marzneshin.md @@ -17,7 +17,6 @@ weight: 1 | SQLALCHEMY_DATABASE_URL | Database URL ([SQLAlchemy's docs](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls)) | | JWT_ACCESS_TOKEN_EXPIRE_MINUTES | Expire time for the Access Tokens in minutes, `0` considered as infinite (default: `1440`) | | AUTH_GENERATION_ALGORITHM | Authentication password encryption algorithm (default: "xxh128", options: "xxh128", "plain") | -| REVERSIBLE_KEY | Reversible key support (default: False, options: "False", "True") | ## Subscription and VPN customization @@ -74,7 +73,6 @@ TELEGRAM_ADMIN_ID= TELEGRAM_PROXY_URL= JWT_ACCESS_TOKEN_EXPIRE_MINUTES= AUTH_GENERATION_ALGORITHM="xxh128" -REVERSIBLE_KEY="False" DOCS=true DEBUG=true WEBHOOK_ADDRESS="http://localhost:9000"