added cursor based pagination for links

This commit is contained in:
Daniel
2023-06-15 02:04:54 +03:30
parent 6323badbaf
commit 1b6d902c75
29 changed files with 507 additions and 182 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
AES_SECRET=very_sensitive_secret1
NEXTAUTH_SECRET=very_sensitive_secret2
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL=http://localhost:3000
PAGINATION_TAKE_COUNT=20