File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
assets/runtime/config/gitlabhq Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,22 @@ production: &base
187
187
# plaintext. This can be a security risk.
188
188
# display_initial_root_password: false
189
189
190
+ # Allows delivery of emails using Microsoft Graph API with OAuth 2.0 client credentials flow.
191
+ microsoft_graph_mailer :
192
+ enabled : false
193
+ # The unique identifier for the user. To use Microsoft Graph on behalf of the user.
194
+ # user_id: "YOUR-USER-ID"
195
+ # The directory tenant the application plans to operate against, in GUID or domain-name format.
196
+ # tenant: "YOUR-TENANT-ID"
197
+ # The application ID that's assigned to your app. You can find this information in the portal where you registered your app.
198
+ # client_id: "YOUR-CLIENT-ID"
199
+ # The client secret that you generated for your app in the app registration portal.
200
+ # client_secret: "YOUR-CLIENT-SECRET-ID"
201
+ # Defaults to "https://login.microsoftonline.com".
202
+ # azure_ad_endpoint:
203
+ # Defaults to "https://graph.microsoft.com".
204
+ # graph_endpoint:
205
+
190
206
# # Reply by email
191
207
# Allow users to comment on issues and merge requests by replying to notification emails.
192
208
# For documentation on how to set this up, see https://docs.gitlab.com/ee/administration/reply_by_email.html
You can’t perform that action at this time.
0 commit comments