This commit is contained in:
2021-12-02 18:11:46 +00:00
parent e6ec151bc2
commit eb06716575
6 changed files with 166 additions and 79 deletions

8
dist/assets/lan-install-config.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"AYANOVA_USE_URLS": "http://*:7575",
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=mypasswordforpostgres;Database=AyaNova;",
"AYANOVA_DEFAULT_TRANSLATION":"en",
"AYANOVA_BACKUP_PG_DUMP_PATH":"postgres\\bin\\",
"AYANOVA_DATA_PATH":"%ProgramData%\\ayanova",
"AYANOVA_LOG_LEVEL": "Info"
}