diff --git a/.env.example b/.env.example index 3923714..1cde05a 100644 --- a/.env.example +++ b/.env.example @@ -28,7 +28,8 @@ OIDC_LOGOUT="" ; Path to composer auoload file (without /vendor/autoload.php) ; normally set to "." -;COMPOSER_PATH="/composer/lib" # is always in the same directory in Docker container +; is always in the same directory in Docker container +;COMPOSER_PATH="/composer/lib" ;Favicon FAVICON_URI="" diff --git a/README.md b/README.md index c859d2e..4b5c37c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To get started you need to add a configuration file to the project first. Copy t | OIDC_IDP | string | "https://...." | URL of the Identity provider supporting OpenID Connect. | | OIDC_CLIENT_ID | string | "..." | Client Id for this application in Identity provider. | | OIDC_CLIENT_SECRET | string | "..." | Secret key for OpenID Connect. -| OIDC_LOGOUT_URI | string | "https://...." | URL to logout from Identity provider | +| OIDC_LOGOUT_URI | string | "https://...." | URL to logout from Identity provider | | COMPOSER_PATH | string | "..." | Path to PHP Composer libariries (only needed for OpenID Connect). | | OPENAI_API_KEY | string | sk-... | Open AI Api key | | IMPRINT_LOCATION | string | https://your-university/imprint | A link to your imprint. Alternatively you can replace the file index.php under /impressum with your own html/ php of your imprint. | diff --git a/interface.php b/interface.php index 9c1de3a..f0544a4 100644 --- a/interface.php +++ b/interface.php @@ -23,10 +23,8 @@ ?> - -