diff --git a/config_panel.toml b/config_panel.toml index b027467..77de992 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -11,7 +11,7 @@ name = "BookStack configuration" choices = ["standard", "ldap"] default = "ldap" help = "Select an authentication method to connect to BookStack." - bind = "AUTH_METHOD:__INSTALL_DIR__/.env" + bind = "AUTH_METHOD:/var/www/__APP__/.env" [main.php_fpm_config] name = "PHP-FPM configuration"