Change production port to 8089 (3389 used by Chrome/RDP)

This commit is contained in:
2026-02-25 03:32:01 +00:00
parent 48a876f34f
commit c1fe530696
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"server": {
"port": 3389,
"port": 8089,
"host": "0.0.0.0"
},
"auth": {

View File

@@ -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"
}
}
}