Move shell.* to management.shell.*

This commit moves the `shell` namespace to `management.shell`

Closes gh-5703
This commit is contained in:
Stephane Nicoll
2016-04-15 18:10:58 +02:00
parent 6d11d73cbc
commit cc0fc07c0e
10 changed files with 223 additions and 292 deletions

View File

@@ -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