diff --git a/.env.sample b/.env.sample index 3806761..d2a8d60 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,5 @@ NEXTAUTH_SECRET=very_sensitive_secret -NEXTAUTH_URL=http://localhost:3000 +NEXTAUTH_URL=http://localhost:3000/api/v1/auth # Manual installation database settings DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden