From 928228fd89cfe3c0d2fecaed591d0fab52cc077e Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Thu, 14 Nov 2024 17:29:14 +0100 Subject: [PATCH] Small improvement --- docs/source/deploying/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploying/database.rst b/docs/source/deploying/database.rst index 0a5ab38..2711e05 100644 --- a/docs/source/deploying/database.rst +++ b/docs/source/deploying/database.rst @@ -76,7 +76,7 @@ The following table shows your options to configure the ``type``: Fields ``url`` and ``properties`` --------------------------------- -The field ``url`` contains the address of the database. The syntax is a bit different for different database brands. Some vendors allow property/value pairs within the URL to configure the database driver. The syntax for adding properties in the ``url`` is different for different database vendors. For this reason, the Frank!Framework supports the ``properties`` field in ``resources.yml``. All properties supported by a database vendor can be configured within ``properties``. +The field ``url`` contains the address of the database. The syntax is a bit different for different database brands. Some vendors allow property/value pairs within the URL to configure the connection to the database. The syntax for adding properties in the ``url`` is different for different database vendors. For this reason, the Frank!Framework supports the ``properties`` field in ``resources.yml``. All properties supported by each database vendor can be configured in the ``properties`` field of ``resources.yml``. The following table shows a basic template for the ``url`` for each database brand.