diff --git a/.env.example b/.env.example index bf86b7a70c..9c571f6bf0 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ DATABASE_URL='postgresql://:@:' -GOOGLE_API_CREDENTIALS='secret' \ No newline at end of file +GOOGLE_API_CREDENTIALS='secret' +NEXTAUTH_URL='http://localhost:3000' \ No newline at end of file