Skip to content

Commit f0dd8aa

Browse files
committed
docs: Update .env.local.example with new environment variables
Added NEXT_PUBLIC_GITHUB_TOKEN and NEXT_PUBLIC_WEBHOOK_LOGIN to the example environment file to reflect recent additions to the project configuration. Also included comments for local-only and production-only variables.
1 parent e113b54 commit f0dd8aa

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

.env.local.example

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1+
# Google OAuth
12
GOOGLE_CLIENT_ID=
23
GOOGLE_CLIENT_SECRET=
4+
5+
# Backend
6+
NEXT_PUBLIC_API_URL=
7+
8+
# NextAuth
39
NEXTAUTH_URL=
410
NEXTAUTH_SECRET=
5-
NEXT_PUBLIC_API_URL=
6-
NODE_ENV=development,no-strict
711

8-
NEXT_PUBLIC_WEBHOOK_LOGIN=
12+
# GitHub token that have read access to MingdaoSIG-Frontend repo
13+
NEXT_PUBLIC_GITHUB_TOKEN=
14+
15+
# Discord webhook URL for displaying login log
16+
NEXT_PUBLIC_WEBHOOK_LOGIN=
17+
18+
# Local Only
19+
# NODE_ENV=development,no-strict
20+
21+
# Production Only
22+
# FORCE_CONTAINERIZED=1
23+
# NODE_OPTIONS=--max-old-space-size=512

0 commit comments

Comments
 (0)