dev email, env file (reminder: create new token!)
This commit is contained in:
parent
6c8646813e
commit
e49115e9e0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ app = FastAPI(
|
||||||
description="This API enables the `OVKiosk` service.",
|
description="This API enables the `OVKiosk` service.",
|
||||||
contact={
|
contact={
|
||||||
"name": "Jörn-Michael Miehe",
|
"name": "Jörn-Michael Miehe",
|
||||||
"email": "40151420+ldericher@users.noreply.github.com",
|
"email": "jmm@yavook.de",
|
||||||
},
|
},
|
||||||
openapi_url=SETTINGS.openapi_url,
|
openapi_url=SETTINGS.openapi_url,
|
||||||
docs_url=SETTINGS.docs_url if not SETTINGS.production_mode else None,
|
docs_url=SETTINGS.docs_url if not SETTINGS.production_mode else None,
|
||||||
|
|
Loading…
Reference in a new issue