fix: remove .env.local from git and add .env.example

Remove credentials file from git tracking and provide template for
environment variables.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 01:49:47 +08:00
parent 9b793b9b93
commit 37e2e2e7d3
3 changed files with 3 additions and 4 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
AUTH_USERNAME=
AUTH_PASSWORD=
RESOURCE_PATH=

View File

@@ -1,3 +0,0 @@
AUTH_USERNAME=admin
AUTH_PASSWORD=changeme
RESOURCE_PATH=/Users/tech/workspace/n3-world/handy-tools/ftdl

1
.gitignore vendored
View File

@@ -32,7 +32,6 @@ yarn-error.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env*.local .env*.local
!.env.local
# vercel # vercel
.vercel .vercel