Skip to content

Commit

Permalink
perf: disable xrdp default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 28, 2024
1 parent 6695e21 commit e5f1a7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose/celery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
command: start task
env_file:
- ${CONFIG_FILE}
environment:
LC_ALL: C.UTF-8
volumes:
- ${CONFIG_DIR}/certs:/opt/jumpserver/data/certs
- ${VOLUME_DIR}/core/data:/opt/jumpserver/data
Expand Down
4 changes: 3 additions & 1 deletion config-example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ MAGNUS_POSTGRESQL_PORT=54320
MAGNUS_SQLSERVER_PORT=14330
MAGNUS_ORACLE_PORTS=30000-30030

XRDP_ENABLED=0

################################## Other Configuration ################################
# The terminal uses the host HOSTNAME as the identifier, automatically generated during the first installation
#
Expand All @@ -160,4 +162,4 @@ USE_LB=1
#
TZ=Asia/Shanghai
TIME_ZONE=Asia/Shanghai
CURRENT_VERSION=
CURRENT_VERSION=

0 comments on commit e5f1a7e

Please sign in to comment.