Skip to content

Commit 6656e73

Browse files
committed
Add Example Env
1 parent 47049f6 commit 6656e73

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GITHUB_TOKEN=
2+
MONGODB_URI=
3+
BASE_URL=

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
2+
.env
33
# dependencies
44
/node_modules
55
/.pnp

0 commit comments

Comments
 (0)