This repository has no description
lustre gleam
0

Configure Feed

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

:memo: add db port

author
kacaii.dev
date (Mar 8, 2026, 8:54 PM -0300) commit c967cde5 parent 0215786f change-id onxltmpq
+3 -3
+3 -3
.env.example
··· 1 - #  DATABASE 1 + # DATABASE 2 2 export POSTGRES_USER="" 3 3 export POSTGRES_PASSWORD="" 4 4 export POSTGRES_DB="" 5 - export DATABASE_URL="postgresql://user:password@host:port/database" 5 + export DATABASE_URL="postgresql://user:password@host:5432/database" 6 6 7 - #  KEY 7 + # SERVER 8 8 export SECRET_KEY="" 9 9 export RUN_SERVER_LOCALLY="true"