Skip to content

slate-engineering/lens

Repository files navigation

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