Move shell.* to management.shell.*
This commit moves the `shell` namespace to `management.shell` Closes gh-5703
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
service.name: Phil
|
||||
shell.ssh.enabled: true
|
||||
shell.ssh.port: 2222
|
||||
shell.auth: simple
|
||||
shell.auth.simple.user.password: password
|
||||
service.name=Phil
|
||||
|
||||
management.shell.ssh.enabled=true
|
||||
management.shell.ssh.port=2222
|
||||
management.shell.auth.type=simple
|
||||
management.shell.auth.simple.user.password=password
|
||||
|
||||
Reference in New Issue
Block a user