From e9aac9a19b5d8e0ad17c1d1ddd3e043f13c90e18 Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Mon, 13 Apr 2026 13:57:31 +0200 Subject: [PATCH] update env example --- .env.example | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 3be89e2..c2f4e54 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,8 @@ # Your Overleaf login credentials -OVERLEAF_EMAIL= -OVERLEAF_PASSWORD= -CLOUDFLARE_TUNNEL_TOKEN= \ No newline at end of file +OVERLEAF_EMAIL=your@email.com +OVERLEAF_PASSWORD=your-overleaf-password +MCP_DOMAIN=overleaf-mcp.qumo.io +AUTHENTIK_ISSUER_URL=https://auth.qumo.io/application/o/overleaf-mcp/ +AUTHENTIK_CLIENT_ID= +AUTHENTIK_CLIENT_SECRET= +ALLOWED_USER=you@qumo.io \ No newline at end of file