This commit is contained in:
2021-12-08 00:08:02 +00:00
parent 397fd7f2be
commit 3f11e06220
3 changed files with 28 additions and 4 deletions

7
dist/assets/linux-desktop/config.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"AYANOVA_USE_URLS": "http://*:7575",
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=mypasswordforpostgres;Database=AyaNova;",
"AYANOVA_DEFAULT_TRANSLATION":"en",
"AYANOVA_DATA_PATH":"~/.ayanova-data",
"AYANOVA_LOG_LEVEL": "Info"
}

7
dist/assets/linux-server/config.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"AYANOVA_USE_URLS": "http://*:7575",
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=mypasswordforpostgres;Database=AyaNova;",
"AYANOVA_DEFAULT_TRANSLATION":"en",
"AYANOVA_DATA_PATH":"/var/lib/ayanova/",
"AYANOVA_LOG_LEVEL": "Info"
}