This commit is contained in:
2021-12-09 17:42:08 +00:00
parent ad1073e1a6
commit 881195bb25
10 changed files with 115 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ Here is an example config.json file contents, note that each property and value
```json
{
"AYANOVA_USE_URLS": "http://*:7575",
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=mypasswordforpostgres;Database=AyaNova;",
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;",
"AYANOVA_DEFAULT_TRANSLATION": "en",
"AYANOVA_BACKUP_PG_DUMP_PATH": "postgres\\bin\\",
"AYANOVA_DATA_PATH": "%ProgramData%\\ayanova",
@@ -45,7 +45,7 @@ Linux:
Command line parameters are appended to the command to start the ayanova server, for example:
`AyaNova.exe --AYANOVA_DB_CONNECTION="Server=localhost;Username=postgres;Password=mypasswordforpostgres;Database=AyaNova;"`
`AyaNova.exe --AYANOVA_DB_CONNECTION="Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;"`
## PARAMETERS AVAILABLE