Skip to content

Commit 2217e81

Browse files
committed
Remove "cmsuser" from configuration
1 parent 56f15b6 commit 2217e81

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cms/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def __init__(self):
9494
self.async_config = async_config
9595

9696
# System-wide
97-
self.cmsuser = "cmsuser"
9897
self.temp_dir = "/tmp"
9998
self.backdoor = False
10099
self.file_log_debug = False

config/cms.sample.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ temp_dir = "/tmp"
77
# Whether to have a backdoor (see doc for the risks).
88
backdoor = false
99

10-
# The user/group that CMS will be run as.
11-
cmsuser = "cmsuser"
12-
1310
############
1411
# Database #
1512
############

0 commit comments

Comments
 (0)