From e49115e9e09b7e9f43a991ab7f1f2beba6d21f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:50:23 +0000 Subject: [PATCH] dev email, env file (reminder: create new token!) --- api/ovkiosk/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ovkiosk/main.py b/api/ovkiosk/main.py index abae7a4..64e2244 100644 --- a/api/ovkiosk/main.py +++ b/api/ovkiosk/main.py @@ -20,7 +20,7 @@ app = FastAPI( description="This API enables the `OVKiosk` service.", contact={ "name": "Jörn-Michael Miehe", - "email": "40151420+ldericher@users.noreply.github.com", + "email": "jmm@yavook.de", }, openapi_url=SETTINGS.openapi_url, docs_url=SETTINGS.docs_url if not SETTINGS.production_mode else None,