aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/config-templates/Essentials.Accounts-template.json2
-rw-r--r--ci/container/docker-compose.yaml2
2 files changed, 3 insertions, 1 deletions
diff --git a/ci/config-templates/Essentials.Accounts-template.json b/ci/config-templates/Essentials.Accounts-template.json
index 4ca914c..65937b3 100644
--- a/ci/config-templates/Essentials.Accounts-template.json
+++ b/ci/config-templates/Essentials.Accounts-template.json
@@ -63,7 +63,7 @@
//Path/domain for all security cookies
"cookie_domain": "",
"cookie_path": "/",
- "status_cookie_name": "cmnli", //front-end cookie name must match to detect login status
+ "status_cookie_name": "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,
diff --git a/ci/container/docker-compose.yaml b/ci/container/docker-compose.yaml
index 9bd1fc1..cf1a3bc 100644
--- a/ci/container/docker-compose.yaml
+++ b/ci/container/docker-compose.yaml
@@ -5,6 +5,8 @@ version: '3.6'
services:
cmnext:
+ build:
+ context: .
image: vnuge/cmnext
container_name: cmnext
restart: unless-stopped