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:
3
.env.example
Normal file
3
.env.example
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
AUTH_USERNAME=
|
||||||
|
AUTH_PASSWORD=
|
||||||
|
RESOURCE_PATH=
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
AUTH_USERNAME=admin
|
|
||||||
AUTH_PASSWORD=changeme
|
|
||||||
RESOURCE_PATH=/Users/tech/workspace/n3-world/handy-tools/ftdl
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user