Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 19a5f5a

Browse files
Update .env.sample
1 parent 53472d2 commit 19a5f5a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎.env.sample

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
NODE_ENV=DEV
12
PORT=5000
2-
GITHUB_OAUTH_CLIENT_ID=
3-
GITHUB_OAUTH_CLIENT_SECRET=
4-
GITHUB_OAUTH_REDIRECT_URL=
53
SQLITE_PATH=./database.db
6-
SECRET=
4+
SECRET=Strong_KEY
5+
6+
# Same as for React APP
7+
GITHUB_OAUTH_CLIENT_ID = <GITHUB-CLIENT_ID-HERE>
8+
GITHUB_OAUTH_CLIENT_SECRET = <GITHUB-Secret-HERE>
9+
GITHUB_OAUTH_REDIRECT_URL = <Callback-URL-HERE>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /