Skip to content

Commit 6eea37e

Browse files
committed
Create env.sample
1 parent 57e4e41 commit 6eea37e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

env.sample

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
DEBUG=True
2+
3+
FLASK_APP=run.py
4+
FLASK_ENV=development
5+
6+
SECRET_KEY=... # edit value
7+
JWT_SECRET_KEY=... # edit value
8+
9+
GITHUB_CLIENT_ID=... # edit value
10+
GITHUB_SECRET_KEY=... # edit value

0 commit comments

Comments
 (0)