diff --git a/.env.example b/.env.example index 2710903..bea4b8e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -NEXTAUTH_URL=YOUR_APP_URL # Locally, set it to 'http://localhost:3000' +# NEXTAUTH_URL=YOUR_APP_URL # Make use of it in production, you can leave it commented in local development. URL=YOUR_APP_DOMAIN # Locally, set it to 'localhost:3000' GITHUB_ID=YOUR_GITHUB_API_CLIENT_ID GITHUB_SECRET=YOUR_GITHUB_API_CLIENT_SECRET @@ -14,4 +14,4 @@ USE_FAUNA_DOCKER='' # If you are using fauna docker, set this to "secret". # Otherwise set this to your actual fauna secret -FAUNADB_SECRET='' \ No newline at end of file +FAUNADB_SECRET=''