aboutsummaryrefslogtreecommitdiff
path: root/ci/config-templates
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config-templates')
-rw-r--r--ci/config-templates/Essentials.Accounts-template.json4
-rw-r--r--ci/config-templates/config-template.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ci/config-templates/Essentials.Accounts-template.json b/ci/config-templates/Essentials.Accounts-template.json
index ed91193..0f51e3d 100644
--- a/ci/config-templates/Essentials.Accounts-template.json
+++ b/ci/config-templates/Essentials.Accounts-template.json
@@ -63,11 +63,11 @@
//Path/domain for all security cookies
"cookie_domain": "",
"cookie_path": "/",
- "status_cookie_name": "li", //front-end cookie name must match to detect login status
+ "status_cookie_name": "cmn-li", //front-end cookie name must match to detect login status
"otp_header_name": "X-Web-Token", //Front-end header name must match
"otp_time_diff_sec": 30,
"otp_key_size": 64,
- "pubkey_cookie_name": "client-id",
+ "pubkey_cookie_name": "cmn-id",
"pubkey_signing_key_size": 32,
"strict_origin": false,
"strict_path": true, //Can be enabled if front-end is running on the same server
diff --git a/ci/config-templates/config-template.json b/ci/config-templates/config-template.json
index b548587..bd67020 100644
--- a/ci/config-templates/config-template.json
+++ b/ci/config-templates/config-template.json
@@ -41,7 +41,7 @@
//Setup the native lib
"vnlib.net.compression": {
- "lib_path": "lib/vnlib_compress.dll",
+ "lib_path": "${COMPRESSION_LIB_PATH}",
"level": 1
},