Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(auth-algo-reversible-key): env configuration variables for auth algo and reversible key #8

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/configuration/marzneshin.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ weight: 1
| UVICORN_SSL_KEYFILE | SSL key file to have application on https |
| 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

Expand Down Expand Up @@ -71,6 +73,8 @@ TELEGRAM_API_TOKEN=
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"
Expand Down