From cc9c9a25f08249908ffce50f09ac0429bcf6b08f Mon Sep 17 00:00:00 2001 From: Nils Behlen <29949516+nilsbehlen@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:34:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0c99be..65f21c4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Note: If the *org.privacyidea.privacyIDEA* is on the list, the plugin was instal Otherwise, re-run the command from step 5 with `--verbose`. ### Configuration: -1. **Update the *privacyidea.properties* file (`$idp_install_path/config/authn/privacyidea.properties`) by adding your own configuration data.**
+1. **Update the *privacyidea.properties* file (`$idp_install_path/conf/authn/privacyidea.properties`) by adding your own configuration data.**
Updating following parameters is required to ensure at least the very basic functionality: - `privacyidea.plugin_version` - `privacyidea.server_url` @@ -58,4 +58,4 @@ The different configuration parameters are explained in the following table: - **Warn and error log: `$idp_install_path/logs/idp-warn.log`.** ### Plugin update: -**To update the plugin, repeat the installation process with the new archive data.** \ No newline at end of file +**To update the plugin, repeat the installation process with the new archive data.**