mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
Stop tracking .env file + remove .env.local
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -33,4 +33,6 @@ yarn-error.log*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# env file
|
||||
.env
|
||||
|
||||
10
example.env
10
example.env
@@ -1 +1,9 @@
|
||||
DATABASE_URL="mysql://root:root@127.0.0.1:3306/MyDatabase"
|
||||
DATABASE_URL="mysql://root:root@127.0.0.1:3306/MyDatabase"
|
||||
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_URL_INTERNAL=http://localhost:3000
|
||||
|
||||
NEXTAUTH_SECRET=
|
||||
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
@@ -1,7 +0,0 @@
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_URL_INTERNAL=http://localhost:3000
|
||||
|
||||
NEXTAUTH_SECRET=
|
||||
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
Reference in New Issue
Block a user