Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1
2
3
4
5
# flake8: noqa
config.platform["test1"].user.name = "test1"
config.platform["test1"].user.home = "/home/test1"
config.platform["test2"].user.name = "test2"
config.platform["test2"].user.home = "/home/test2"