This bot allows you to connect your Gitlab VCS to a Discord server. Thus, you need to provide it with a valid access to both your repository and your Gitlab server.
DATABASE_URL="postgresql://postgres:password@localhost:5432/bot?schema=public"
GITLAB_TOKEN=<Your gitlab API key>
GITLAB_HOST=<The host to your gitlab instance server>
SERVER_PORT=<The port on which the server should listen, defaults to 8080>
BOT_TOKEN=<Your discord token>
MRS_CHANNEL_ID=<The id in discord of the channel receiving messages for MRs>
The url to your database. The bot is currently compatible with PostgresSQL
only.
The access token you retrieved from Gitlab. See setting up an access token from Gitlab.
The hostname to your Gitlab server. It should be something like https://gitlab.example.com
.
In case you are not using a self-hosted Gitlab server, you can leave this empty.
The port on which the server should listen, defaults to 8080
.
The token you retrieved while creating your discord application, it is used by Discord to authenticate the connections to their API initiated by the bot server.
The ID of the discord channel where common messages are sent. It has to be part of a server where the bot has been invited (see inviting the bot to your discord server).
- Enable the developper mode for your Discord application
- Right-click on a channel and click
Copy ID