From c1fe53069630c9e0cb20366f4ce494359a3eabff Mon Sep 17 00:00:00 2001 From: Nova Date: Wed, 25 Feb 2026 03:32:01 +0000 Subject: [PATCH] Change production port to 8089 (3389 used by Chrome/RDP) --- conf/production.json | 2 +- conf/secrets.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/production.json b/conf/production.json index d531bb3..ef03d73 100644 --- a/conf/production.json +++ b/conf/production.json @@ -1,6 +1,6 @@ { "server": { - "port": 3389, + "port": 8089, "host": "0.0.0.0" }, "auth": { diff --git a/conf/secrets.json b/conf/secrets.json index 46850ac..519b2cd 100644 --- a/conf/secrets.json +++ b/conf/secrets.json @@ -3,12 +3,12 @@ "token": "a41984619a5f4b9bf9148ab6eb4abca53eb796d046cbbec5" }, "session": { - "secret": "dev-session-secret-change-in-production" + "secret": "theta42-openclaw-webui-x7k9m2p4n8q1w3e5" }, "auth": { "ldap": { "bindDN": "cn=ldapclient service,ou=people,dc=theta42,dc=com", - "bindPassword": "REPLACE_WITH_ACTUAL_PASSWORD" + "bindPassword": "1lovebyte" } } } \ No newline at end of file