Skip to content
Snippets Groups Projects
Commit 5c7ffff3 authored by Éloïs's avatar Éloïs
Browse files

doc(README): add default value for each config param

parent 07a259b7
No related branches found
No related tags found
No related merge requests found
Pipeline #12791 passed
......@@ -12,11 +12,11 @@ Use docker image `duniter/gitbot:master`.
The configuration is done entirely by environment variables:
| Environment variable | description |
|------------------------|--------------------------------------------------------------------------|
| `GITBOT_XMPP_JID` | Gitbot xmpp account full JID (user@host) |
| `GITBOT_XMPP_PASSWORD` | Gitbot xmpp account password |
| `GITBOT_XMPP_MUC` | Full jib of target xmpp room (room@host) |
| `GITBOT_IP` | IP address on which the gitbot server is listening (to receive webwook) |
| `GITBOT_PORT` | port number on which the gitbot server is listening (to receive webwook) |
| `GITLAB_TOKEN` | The secret token that gitlab must use for the webhook |
| Environment variable | Default value | description |
|------------------------|---------------|--------------------------------------------------------------------------|
| `GITBOT_XMPP_JID` | Mandatory | Gitbot xmpp account full JID (user@host) |
| `GITBOT_XMPP_PASSWORD` | Mandatory | Gitbot xmpp account password |
| `GITBOT_XMPP_MUC` | Mandatory | Full jib of target xmpp room (room@host) |
| `GITBOT_IP` | `0.0.0.0` | IP address on which the gitbot server is listening (to receive webwook) |
| `GITBOT_PORT` | `8080` | port number on which the gitbot server is listening (to receive webwook) |
| `GITLAB_TOKEN` | Mandatory | The secret token that gitlab must use for the webhook |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment