diff --git a/.env b/.env
index aac9733fc84d421fc5711e7ba1acd303ea36b188..23805025b816a7b1f7d9bab76efbc2de7476d89c 100644
--- a/.env
+++ b/.env
@@ -18,8 +18,6 @@ APP_SECRET=
 
 # Auth related
 AUTH_SERVER_URL=https://auth.your-server/auth/realms/your-realm
-# (optional) This allows you to log into the auto generated OpenAPI documentation page
-# which you can see when visiting the server with a browser. Leave empty to disable.
 AUTH_APIDOCS_KEYCLOAK_SERVER=https://auth.your-server/auth
 AUTH_APIDOCS_KEYCLOAK_REALM=your-realm
 AUTH_APIDOCS_KEYCLOAK_CLIENT_ID=api-docs-client-id
diff --git a/config/packages/dbp_relay_auth.yaml b/config/packages/dbp_relay_auth.yaml
index 786d7ba777665883b62b7bfc9ddea05cd0a57960..2d171d7cd5079af637bc564123f6b08000dba01f 100644
--- a/config/packages/dbp_relay_auth.yaml
+++ b/config/packages/dbp_relay_auth.yaml
@@ -1,6 +1,7 @@
 dbp_relay_auth:
   server_url: '%env(AUTH_SERVER_URL)%'
-  # OpenAPI Docs Keycloak Settings
+  # (optional) This allows you to log into the auto generated OpenAPI documentation page
+  # which you can see when visiting the server with a browser. Remove to disable.
   frontend_keycloak_server: '%env(AUTH_APIDOCS_KEYCLOAK_SERVER)%'
   frontend_keycloak_realm: '%env(AUTH_APIDOCS_KEYCLOAK_REALM)%'
   frontend_keycloak_client_id: '%env(AUTH_APIDOCS_KEYCLOAK_CLIENT_ID)%'
\ No newline at end of file