feat: Add public key to user profiles in API responses and update user caching logic to store and manage it.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# Database (Required)
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/synapsis
|
||||
DATABASE_URL=postgresql://user:password@localhost/synapsis
|
||||
|
||||
# Authentication (Required)
|
||||
# Generate with: openssl rand -hex 32
|
||||
|
||||
Reference in New Issue
Block a user