Skip to content

Commit 37c6749

Browse files
authored
Adds .env.example and .gitignore
1 parent 294a2b8 commit 37c6749

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.env.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SESH_SECRET=
2+
API_KEY=
3+
API_SECRET=
4+
APP_NUM=
5+
ADMINS=
6+
INVITE_CODE=
7+
PRIVATE_KEY_PATH=
8+
APP_ID=
9+
PORT=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

0 commit comments

Comments
 (0)