Generate docs
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2020-12-17 01:56:31 +01:00
parent 4eaa18b5c7
commit 65e16c9254
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 14 additions and 1 deletions

View File

@ -161,6 +161,15 @@ If not empty, enables logging of crashes and unhandled errors in sentry.
Default: `<empty>`
### testingtoken
If not empty, this will enable `/test/{table}` endpoints which allow to put any content in the database.
Used to reset the db before frontend tests. Because this is quite a dangerous feature allowing for lots of harm,
each request made to this endpoint neefs to provide an `Authorization: <token>` header with the token from below. <br/>
**You should never use this unless you know exactly what you're doing**
Default: `<empty>`
---
## database
@ -300,7 +309,7 @@ Default: `true`
### origins
A list of origins which may access the api.
A list of origins which may access the api. These need to include the protocol (`http://` or `https://`) and port, if any.
Default: `<empty>`
@ -503,6 +512,10 @@ Default: `<empty>`
Default: `<empty>`
### trello
Default: `<empty>`
---
## avatar