Change production port to 8089 (3389 used by Chrome/RDP)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"server": {
|
"server": {
|
||||||
"port": 3389,
|
"port": 8089,
|
||||||
"host": "0.0.0.0"
|
"host": "0.0.0.0"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
"token": "a41984619a5f4b9bf9148ab6eb4abca53eb796d046cbbec5"
|
"token": "a41984619a5f4b9bf9148ab6eb4abca53eb796d046cbbec5"
|
||||||
},
|
},
|
||||||
"session": {
|
"session": {
|
||||||
"secret": "dev-session-secret-change-in-production"
|
"secret": "theta42-openclaw-webui-x7k9m2p4n8q1w3e5"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"bindDN": "cn=ldapclient service,ou=people,dc=theta42,dc=com",
|
"bindDN": "cn=ldapclient service,ou=people,dc=theta42,dc=com",
|
||||||
"bindPassword": "REPLACE_WITH_ACTUAL_PASSWORD"
|
"bindPassword": "1lovebyte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user