Skip to content

Commit 809a82a

Browse files
committed
Bump version and readme update.
1 parent 9a63a3e commit 809a82a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ For security reasons, the following properties must be declared as environment v
1414

1515
| Environment Variable | Description |
1616
| ---------------------- | ------------------------------------------------------------ |
17-
| `INSIGHTS_BOT_DB_URL` | The JDBC URL used to access the data source, usually of the form `jdbc:<db_type>://<ip>:<port>/<db_name>`. |
17+
| `INSIGHTS_BOT_DB_URL` | The JDBC URL used to access the data source. |
1818
| `INSIGHTS_BOT_DB_USER` | The user with which the bot will access the data source. |
1919
| `INSIGHTS_BOT_DB_PASS` | The password for the above user. |
20-
| `INSIGHTS_BOT_TOKEN` | The Discord Bot token to use for the bot. |
20+
| `INSIGHTS_BOT_TOKEN` | The Discord Bot token to use for the bot. |
21+
| `INSIGHTS_BOT_ADMINS` | (Optional) Comma-separated list of user ids for admin users. |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.javadiscord</groupId>
88
<artifactId>insights-bot</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)