Read-it-later social network
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>