Skip to content

Commit 990cc00

Browse files
author
mominur-helios
committed
update readme
1 parent 33add8f commit 990cc00

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The meaning of each variable can be found below:
8787
- `DEBUG`: if `True` the app runs in develoment mode
8888
- For production value `False` should be used
8989
- `SECRET_KEY`: used in assets management
90+
- `GITHUB_CLIENT_ID`: For GitHub social login
91+
- `GITHUB_SECRET_KEY`: For GitHub social login
9092

9193
<br />
9294

env.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ DEBUG=True
33
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
44
DB_ENGINE=django.db.backends.sqlite3
55
DATABASE=db.sqlite3
6+
7+
GITHUB_CLIENT_ID=
8+
GITHUB_SECRET_KEY=

0 commit comments

Comments
 (0)