diff --git a/config.inc.php.dist b/config.inc.php.dist index c88b306..b5c1547 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -148,4 +148,6 @@ $config["nextcloud_attachment_exclude_users_in_addr_book_group"] = []; // Enable/Disable certificate validation for https on WebDAV and API requests // Defaults to true (enabled) -$config["nextcloud_attachment_verify_https"] = true; \ No newline at end of file +$config["nextcloud_attachment_verify_https"] = true; + +// vim: set syntax=php ts=4 sw=4: