From a276065288cba9323b5d39a6fab45c259c43ca45 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 15 Sep 2024 13:51:09 -0400 Subject: [PATCH] Update .env.sample --- .env.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.sample b/.env.sample index 22bda55..fbf47e5 100644 --- a/.env.sample +++ b/.env.sample @@ -1,11 +1,12 @@ -NEXTAUTH_SECRET=very_sensitive_secret NEXTAUTH_URL=http://localhost:3000/api/v1/auth +NEXTAUTH_SECRET= # Manual installation database settings -DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden +# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden +DATABASE_URL= # Docker installation database settings -POSTGRES_PASSWORD=super_secret_password +POSTGRES_PASSWORD= # Additional Optional Settings PAGINATION_TAKE_COUNT=