Удалил упоминание bitbucket

This commit is contained in:
Struchkov Mark 2022-12-20 19:25:51 +03:00
parent 96df62e30f
commit 0342a80b10
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
4 changed files with 4 additions and 5 deletions

View File

@ -41,7 +41,7 @@ sudo docker run --name gitlab-notify \
#### Переменные
* `TELEGRAM_BOT_TOKEN` -- токен, который вы получили при создание бота.
* `TELEGRAM_BOT_USERNAME` -- название, которое вы дали боту. Пример my_bitbucket_bot
* `TELEGRAM_BOT_USERNAME` -- название, которое вы дали боту. Пример my_gitlab_bot
* `GITLAB_PERSONAL_TOKEN` -- токен, который вы получили в GitLab
* `TELEGRAM_PERSON_ID` -- ваш id в телеграм, можно узнать у [этого бота](https://t.me/myidbot)
* `GITLAB_URL` -- можно указать https://gitlab.com или url на ваш локальный GitLab строго в таком формате http://localhost:7990

View File

@ -6,7 +6,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* Данные необходимые для взаимодействия с API Bitbucket.
* Данные необходимые для взаимодействия с API GitLab.
*
* @author upagge [31.01.2020]
*/

View File

@ -12,8 +12,7 @@
<artifactId>bot-data</artifactId>
<name>GitLab Server Data</name>
<description>Implementation of the Bitbucket server version repository layer</description>
<url>https://github.com/uPagge/bitbucketbot</url>
<description>Implementation of the GitLab server version repository layer</description>
<dependencies>
<dependency>

View File

@ -13,7 +13,7 @@
<name>Gitlab Notification Bot</name>
<description>Notifications about Gitlab Server events in Telegram</description>
<url>https://github.com/uPagge/bitbucketbot</url>
<url>https://git.struchkov.dev/Telegram-Bots/gitlab-notification</url>
<dependencies>
<dependency>