[IMP] Make possible to make sql queries on an external database

This commit is contained in:
Florian da Costa
2022-02-16 16:18:33 +01:00
committed by thien
parent 464033c2c8
commit 154f37664d
4 changed files with 75 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
To configure the use of an external database, you need to edit the main configuration file of your instance and add the external database configuration with following keys :
* external_db_user
* external_db_password
* external_db_name
* external_db_host
* external_db_port