From e3d73d00de84398d08f78467a3e95eee1213417d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 8 Nov 2021 19:06:15 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- docs/8.0/ayanova/docs/ops-config-db.md | 6 ++++++ server/AyaNova/AyaNova.csproj | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dde42e99..924c5283 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -55,7 +55,7 @@ "AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles", "AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles", "AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles", - "AYANOVA_SERVER_TEST_MODE": "false", + "AYANOVA_SERVER_TEST_MODE": "true", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7", "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin\\" diff --git a/docs/8.0/ayanova/docs/ops-config-db.md b/docs/8.0/ayanova/docs/ops-config-db.md index 12667b4c..3ea7f82b 100644 --- a/docs/8.0/ayanova/docs/ops-config-db.md +++ b/docs/8.0/ayanova/docs/ops-config-db.md @@ -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) \ No newline at end of file diff --git a/server/AyaNova/AyaNova.csproj b/server/AyaNova/AyaNova.csproj index a85fecd0..d8b6f545 100644 --- a/server/AyaNova/AyaNova.csproj +++ b/server/AyaNova/AyaNova.csproj @@ -21,16 +21,16 @@ - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - +