Read-it-later social network
12
fork

Configure Feed

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

at 51e534bd5d01343f96abc5915ce084f81b2f736a 6 lines 239 B view raw
1# Replace with your DB credentials! 2DATABASE_URL="postgres://user:password@host:port/db-name" 3 4# Generated using `openssl rand -base64 32` 5# Used to encrypt the DID stored in the cookies 6ENCRYPTION_PASSWORD=<generated base 64 string here>