From e31e1fe6b4ad34ca56f701df017cdafced7b5c7e Mon Sep 17 00:00:00 2001 From: 13ruceYu Date: Tue, 11 Mar 2025 00:05:32 +0800 Subject: [PATCH] chore: add example environment configuration for GitHub authentication --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..b989830 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +GITHUB_ID= # your Github app id +GITHUB_SECRET= # your Github app secret +NEXTAUTH_SECRET= # random generate one +NEXTAUTH_URL=http://localhost:3000 \ No newline at end of file