This commit is contained in:
2021-11-26 16:03:06 +00:00
parent f74f397a31
commit 50249ede6e
8 changed files with 168 additions and 0 deletions

9
appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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_FOLDER_USER_FILES":"%programdata\\ayanova\\userfiles",
"AYANOVA_FOLDER_BACKUP_FILES":"%programdata\\ayanova\\backupfiles",
"AYANOVA_LOG_PATH":"%programdata\\ayanova\\"
}