diff --git a/conf/settings.py b/conf/settings.py index e9722d7..d274ee9 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -15,6 +15,10 @@ # # SPDX-License-Identifier: GPL-3.0-or-later +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: GPL-3.0-or-later + import os import platform from logging.handlers import SysLogHandler @@ -218,6 +222,9 @@ GITHUB_CREDENTIALS = { "token": "__GITHUB_TOKEN__", } } +# Azure DevOps username and token for sending pull requests. +# Please see the documentation for more details. +AZURE_DEVOPS_CREDENTIALS = {} # Azure DevOps username and token for sending pull requests. # Please see the documentation for more details.