From 4135cfd243c9994f264db78f137575431f3b5b49 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Wed, 18 Oct 2023 13:45:41 +0800 Subject: [PATCH] fix(docs): remove secret in readme --- docs/developing-server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/developing-server.md b/docs/developing-server.md index bf99cc90d..38ec5ad4f 100644 --- a/docs/developing-server.md +++ b/docs/developing-server.md @@ -52,14 +52,14 @@ postgres=# \du ``` DATABASE_URL="postgresql://affine:affine@localhost:5432/affine" NEXTAUTH_URL="http://localhost:8080/" -OAUTH_EMAIL_LOGIN="production@toeverything.info" -OAUTH_EMAIL_SENDER="noreply@toeverything.info" -OAUTH_EMAIL_PASSWORD="corajqdetrpsjdev" ``` -You may need additional env for Google oauth login. You may want to put your own one if you are not part of the AFFiNE team +You may need additional env for auth login. You may want to put your own one if you are not part of the AFFiNE team ``` +OAUTH_EMAIL_LOGIN= +OAUTH_EMAIL_SENDER= +OAUTH_EMAIL_PASSWORD= OAUTH_GOOGLE_ENABLED="true" OAUTH_GOOGLE_CLIENT_ID= OAUTH_GOOGLE_CLIENT_SECRET=