mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix: add keys to sample.env (#17196)
This commit is contained in:
parent
6b1e8af104
commit
d1a2afbee4
@ -18,6 +18,10 @@ TWITTER_SECRET=stuff
|
||||
TWITTER_TOKEN=stuff
|
||||
TWITTER_TOKEN_SECRET=stuff
|
||||
|
||||
AUTH0_CLIENT_ID=stuff
|
||||
AUTH0_CLIENT_SECRET=stuff
|
||||
AUTH0_DOMAIN=stuff
|
||||
|
||||
SESSION_SECRET=secretstuff
|
||||
COOKIE_SECRET='this is a secret'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user