Skip to content

Commit

Permalink
added readme text for pretix
Browse files Browse the repository at this point in the history
  • Loading branch information
themrphantom committed Nov 4, 2024
1 parent 09b93c6 commit 386bbce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,24 @@ You need to mount the file [`env.js`](frontend/public/environment/env.js) in t
* Flag if users need to be activated by an admin when using openid connect for the first time
* Defaults to: `true`

### Integrating users from Pretix
* `PRETIX_URL`
* The url of the pretix instance
* Defaults to: `None`
* `CHECKIN_LIST_ID`
* The id of the checkin list in pretix
* Defaults to: `None`
* `ORGANIZER`
* The organizer shot name of the event in pretix
* Defaults to: `None`
* `EVENT`
* The event slug of the event in pretix
* Defaults to: `None`
* `API_TOKEN`
* The api token of the pretix instance
* Defaults to: `None`


### Importing from old Drinklist
* `X_AUTH_TOKEN`
* If you need to import data from an old drinklist provide an admin api token and this drinklist will fetch all data from the old drinklist
Expand Down

0 comments on commit 386bbce

Please sign in to comment.