Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 371 Bytes

How to add nextjs-session

yarn add git+ssh://[email protected]:kalytero/nextjs-session.git
npm i git+ssh://[email protected]:kalytero/nextjs-session.git

ENV

It is recommended to set in the deploy environment.

SESSION_DB_URL="etcd://localhost:2379"
# OR
SESSION_DB_URL="redis://:password@localhost:6379"

Created by Kalytero LLC

MIT LICENSE