fix: add keys to sample.env (#17196)

pull/17205/head
mrugesh mohapatra 2018-05-21 11:26:56 +05:30 committed by GitHub
parent 6b1e8af104
commit d1a2afbee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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'