this repo has no description
0
fork

Configure Feed

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

SENAC Access Control#

Enviroment Variables#

# DATABASE
export POSTGRES_USER="user"
export POSTGRES_PASSWORD="password"
export POSTGRES_DB="database"

# SERVER
export SECRET_KEY="wibble"
export DATABASE_URL="postgresql://user:password@localhost:5432/database"