Skip to content

Commit

Permalink
Add random value for SESSION_SECRET_KEY in .env.dev
Browse files Browse the repository at this point in the history
Signed-off-by: Vallari <[email protected]>
  • Loading branch information
VallariAg committed Aug 18, 2023
1 parent 3ff3850 commit 6c0d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ GH_TOKEN_URL='https://github.com/login/oauth/access_token'
GH_FETCH_MEMBERSHIP_URL='https://api.github.com/user/memberships/orgs/ceph'

#Session Related Stuff
SESSION_SECRET_KEY=
SESSION_SECRET_KEY=randomstring

0 comments on commit 6c0d738

Please sign in to comment.