Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 436 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 436 Bytes

Lens

Search micro-service

Environment Variables

To use this with https://github.com/filecoin-project/slate you need the following environment variables. Use your current development .env variables.

POSTGRES_ADMIN_PASSWORD=XXX
POSTGRES_ADMIN_USERNAME=XXX
POSTGRES_HOSTNAME=XXX
POSTGRES_DATABASE=XXX
REDIS_HOST=XXX
REDIS_PORT=XXX
REDIS_PASSWORD=XXX
SOURCE=lens

Run the server

npm install
npm run dev