Удалил упоминание bitbucket
This commit is contained in:
parent
96df62e30f
commit
0342a80b10
@ -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
|
||||
|
@ -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]
|
||||
*/
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user