Skip to content

Commit

Permalink
Bump version and readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlalis committed Mar 7, 2021
1 parent 9a63a3e commit 809a82a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ For security reasons, the following properties must be declared as environment v

| Environment Variable | Description |
| ---------------------- | ------------------------------------------------------------ |
| `INSIGHTS_BOT_DB_URL` | The JDBC URL used to access the data source, usually of the form `jdbc:<db_type>://<ip>:<port>/<db_name>`. |
| `INSIGHTS_BOT_DB_URL` | The JDBC URL used to access the data source. |
| `INSIGHTS_BOT_DB_USER` | The user with which the bot will access the data source. |
| `INSIGHTS_BOT_DB_PASS` | The password for the above user. |
| `INSIGHTS_BOT_TOKEN` | The Discord Bot token to use for the bot. |
| `INSIGHTS_BOT_TOKEN` | The Discord Bot token to use for the bot. |
| `INSIGHTS_BOT_ADMINS` | (Optional) Comma-separated list of user ids for admin users. |
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.javadiscord</groupId>
<artifactId>insights-bot</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 809a82a

Please sign in to comment.