Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
SECRET = "This is my super secret secret sdfiubhai"
SESSION_SECRET="This is my super secret secret string"
CONNECTION_STRING=""
AUTH_DOMAIN=""
AUTH_CLIENT_ID=""
AUTH_CLIENT_SECRET=""
AUTH_CALLBACK=""
FRONTEND_URL=""
PORT=""
SERVER_PORT="3005"
FRONTEND_URL="http://localhost:3000"
REACT_APP_LOGIN="http://localhost:3005/auth"
REACT_APP_LOGOUT="http://localhost:3005/auth/logout"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ yarn-error.log*
config.js

.env
yarn.lock
Loading