This commit is contained in:
2021-12-15 19:28:57 +00:00
parent 104f55fcd3
commit 1c3093e4a0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"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_BACKUP_PG_DUMP_PATH":"%ProgramFiles%\\ayanova\\local-postgres\\bin",
"AYANOVA_DATA_PATH":"%ProgramData%\\ayanova",
"AYANOVA_LOG_LEVEL": "Info"
}