fix: add keys to sample.env (#17196)
This commit is contained in:
committed by
GitHub
parent
6b1e8af104
commit
d1a2afbee4
@ -18,6 +18,10 @@ TWITTER_SECRET=stuff
|
|||||||
TWITTER_TOKEN=stuff
|
TWITTER_TOKEN=stuff
|
||||||
TWITTER_TOKEN_SECRET=stuff
|
TWITTER_TOKEN_SECRET=stuff
|
||||||
|
|
||||||
|
AUTH0_CLIENT_ID=stuff
|
||||||
|
AUTH0_CLIENT_SECRET=stuff
|
||||||
|
AUTH0_DOMAIN=stuff
|
||||||
|
|
||||||
SESSION_SECRET=secretstuff
|
SESSION_SECRET=secretstuff
|
||||||
COOKIE_SECRET='this is a secret'
|
COOKIE_SECRET='this is a secret'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user