This repository has no description
lustre gleam
0

Configure Feed

Select the types of activity you want to include in your feed.

sigo / .env.example
184 B 8 lines
1# DATABASE 2export POSTGRES_USER="" 3export POSTGRES_PASSWORD="" 4export POSTGRES_DB="" 5 6# SERVER 7export SECRET_KEY="" 8export DATABASE_URL="postgresql://user:password@host:5432/database"