Skip to content

Commit ea40907

Browse files
author
Premdeep Saini
committed
add google oauth config to gitlab_additional.rb
1 parent 1d4354b commit ea40907

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
1+
gitlab_rails['omniauth_providers'] = [
2+
{
3+
name: "google_oauth2",
4+
app_id: "google_oauth_app_id",
5+
app_secret: "google_oauth_app_secret",
6+
args: { access_type: "offline", approval_prompt: "" }
7+
}
8+
]

0 commit comments

Comments
 (0)