Skip to content

Commit

Permalink
chore: Add instructions on username format
Browse files Browse the repository at this point in the history
  • Loading branch information
mfloto committed Sep 16, 2024
1 parent d7c7bad commit d5a0b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ docker run -e DUALIS_USER="your_username" -e DUALIS_PASSWD="your_password" -e SE
## configuration
This is done using environment variables passed through docker.

- ```DUALIS_USER``` -> your dualis username
- ```DUALIS_USER``` -> your dualis username in the form of `sXXXXXX`
- ```DUALIS_PASSWD``` -> your dualis password
- ```SEMESTER_ID``` -> the semester_id of the semester you want to get the grades from
- ```SEMESTER_ID``` -> the semester_id of the semester you want to get the grades from (use the list below)
- ```DISCORD_WEBHOOK``` -> the webhook url to send the notifications to
- ```AGENT_NAME``` -> user agent string included in the request (defaults to "Dualis Notifier")

Expand Down

0 comments on commit d5a0b77

Please sign in to comment.