GITHUB_ID= ### Replace with GitHub OAuth ID (https://github.com/settings/applications/new) GITHUB_SECRET= ### Replace with GitHub OAuth Secret (https://github.com/settings/applications/new) GITLAB_ID= ### Replace with GitLab OAuth ID (https://gitlab.com/-/user_settings/applications) GITLAB_SECRET= ### Replace with GitLab OAuth Secret (https://gitlab.com/-/user_settings/applications) NEXTAUTH_URL=http://localhost:3000/api/auth DATABASE_URL=postgresql://postgres:secret@127.0.0.1:5432/postgres