From d56f8ba2ff344db04ce5706cdc52fae06f04d624 Mon Sep 17 00:00:00 2001 From: Francesco Frassinelli Date: Tue, 20 Apr 2021 15:08:05 +0200 Subject: [PATCH] Add Database schema Fix #34. --- config/settings.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.ini b/config/settings.ini index 2bf4cb1d..6ad4743a 100644 --- a/config/settings.ini +++ b/config/settings.ini @@ -132,6 +132,7 @@ host = localhost port = 17685 user = ailabeluser password = aiLabelUser +schema = ailabeluser ; Maximum number of (concurrent) connections per server instance. ; Under normal circumstances, this does not need to be altered. You may set this to a higher value,