From cb07c4f6cfcb8007fa9a85679a119ea024990530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:47:39 +0200 Subject: [PATCH] Update database.json --- conf/database.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/conf/database.json b/conf/database.json index e3e2ca6..efdf529 100644 --- a/conf/database.json +++ b/conf/database.json @@ -1,6 +1,14 @@ { - "OmbiDatabase": { - "Type":"MySQL", - "ConnectionString":"Server=localhost;Port=3306;Database=__DB_NAME__;User=__DB_USER__;Password=__DB_PWD__" +"OmbiDatabase": { + "Type": "MySQL", + "ConnectionString": "Server=localhost;Port=3306;Database=__DB_NAME__;User=__DB_USER__;Password=__DB_PWD__" + }, +"SettingsDatabase": { + "Type": "MySQL", + "ConnectionString": "Server=localhost;Port=3306;Database=__DB_NAME__;User=__DB_USER__;Password=__DB_PWD__" + }, +"ExternalDatabase": { + "Type": "MySQL", + "ConnectionString": "Server=localhost;Port=3306;Database=__DB_NAME__;User=__DB_USER__;Password=__DB_PWD__" } }