Skip to content

Commit b29a5f9

Browse files
committed
fix: removed .env and created .env.example
This makes it easier to modify the .env file as much as you want without getting tracked by github. .env.example needs to be added to gitignore.
1 parent 1c16817 commit b29a5f9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: .env renamed to .env.example

+13-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,16 @@ GOOGLE_ID = ""
1414
GOOGLE_SECRET = ""
1515

1616
GITHUB_ID = ""
17-
GITHUB_SECRET = ""
17+
GITHUB_SECRET = ""
18+
19+
20+
# Firebase Config Keys
21+
22+
NEXT_PUBLIC_FIREBASE_API_KEY=
23+
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
24+
NEXT_PUBLIC_FIREBASE_DATABASE_URL=
25+
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
26+
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
27+
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
28+
NEXT_PUBLIC_FIREBASE_APP_ID=
29+
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=

0 commit comments

Comments
 (0)