Skip to content

martinalong/shovel

 
 

Repository files navigation

Shovel

Data transfer 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
TEXTILE_HUB_KEY=XXX
TEXTILE_HUB_SECRET=XXX
TEXTILE_SLACK_WEBHOOK_KEY=XXX
JWT_SECRET=XXX
SOURCE=shovel
NODE_ENV=development
NEXT_PUBLIC_URI_SLATE=http://localhost:1337

Run the server

npm install
npm run dev

About

Data transfer micro-service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%