This commit is contained in:
2021-11-08 19:06:15 +00:00
parent 975775ed9c
commit e3d73d00de
3 changed files with 12 additions and 6 deletions

View File

@@ -31,3 +31,9 @@ If both a command line parameter and an environment variable are set the command
## Default database
If no default database is specified AyaNova will use the default value: "AyaNova".
## Optional connection string parameters
There are optional connection string parameters available for use with Postgres to control many aspects of the Postgres connection including timeouts, the type of security protocols used etc.
Available connection string parameters to be used with AyaNova are documented on the Npgsql [Connection String Parameters](https://www.npgsql.org/doc/connection-string-parameters.html) page. (Npgsql is the data provider programming library AyaNova uses to communicate with Postgres)