increased config.json commandtimeout to 300 seconds to support erasing HUGE size db

also more subscription licensing support
This commit is contained in:
2022-08-19 23:45:48 +00:00
parent 3c5c608f3c
commit d560e4ef5a
12 changed files with 25 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"AYANOVA_USE_URLS": "http://*:7575",
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;",
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;CommandTimeout=300;",
"AYANOVA_DEFAULT_TRANSLATION":"en",
"AYANOVA_DATA_PATH":"/var/ayanova/data/",
"AYANOVA_LOG_LEVEL": "Info"