7 lines
184 B
Bash
7 lines
184 B
Bash
# secret used to sign session cookies
|
|
COOKIE_SECRET="sportsstoresecret"
|
|
|
|
# Google OAuth Credentials
|
|
GOOGLE_CLIENT_ID=enter client ID here
|
|
GOOGLE_CLIENT_SECRET=enter client secret here
|