File tree Expand file tree Collapse file tree
assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/codenvy
dockerfiles/init/manifests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,3 +366,5 @@ che.docker.connector=default
366366# - 'default' : false
367367# Note that this property is needed for backward compatibility and will be removed soon.
368368che.predefined.stacks.reload_on_start =false
369+
370+ system.super_privileged_mode =false
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ CHE_SINGLE_PORT=false
435435# These are not given to admins by default and these permissions allow
436436# admins gain visibility to any workspace along with naming themselves
437437# with admin privileges to those workspaces.
438- # CHE_SYSTEM_SUPER_PRIVILEGED_MODE =false
438+ # SYSTEM_SUPER__PRIVILEGED__MODE =false
439439
440440# A complete list of internal properties used by Che are available in the default
441441# properties file that is embedded in the server's runtime. You can view it in our
Original file line number Diff line number Diff line change 6161 $che_pg_password = getValue(" CHE_POSTGRES_PASSWORD" , " pgchepassword" )
6262 $che_pg_database = getValue(" CHE_POSTGRES_DATABASE" , " dbche" )
6363
64- $system .super_privileged_mode =getValue(" CHE_SYSTEM_SUPER_PRIVILEGED_MODE " , " false" )
64+ $system_super_privileged_mode =getValue(" SYSTEM_SUPER__PRIVILEGED__MODE " , " false" )
6565
6666 # ##############################
6767 # Include base module
You can’t perform that action at this time.
0 commit comments