this repo has no description
0
fork

Configure Feed

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

:memo: add README

+14
+14
README.md
··· 1 + # SENAC Access Control 2 + 3 + ## Enviroment Variables 4 + 5 + ```sh 6 + # DATABASE 7 + export POSTGRES_USER="user" 8 + export POSTGRES_PASSWORD="password" 9 + export POSTGRES_DB="database" 10 + 11 + # SERVER 12 + export SECRET_KEY="wibble" 13 + export DATABASE_URL="postgresql://user:password@localhost:5432/database" 14 + ```