fully implemented email authentication
This commit is contained in:
+9
-3
@@ -2,11 +2,17 @@ NEXTAUTH_SECRET=very_sensitive_secret
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
PAGINATION_TAKE_COUNT=20
|
||||
|
||||
# Don't define this if you're defining the "AWS S3 Settings" below
|
||||
STORAGE_FOLDER=data
|
||||
|
||||
# Linkwarden Cloud specific configs (Ignore - Not applicable for self-hosted version)
|
||||
IS_CLOUD_INSTANCE=
|
||||
# AWS S3 Settings (Optional)
|
||||
SPACES_KEY=
|
||||
SPACES_SECRET=
|
||||
SPACES_ENDPOINT=
|
||||
SPACES_REGION=
|
||||
SPACES_REGION=
|
||||
|
||||
# SMTP Settings (Optional)
|
||||
NEXT_PUBLIC_EMAIL_PROVIDER=
|
||||
EMAIL_FROM=
|
||||
EMAIL_SERVER=
|
||||
Reference in New Issue
Block a user