overlayed icon indicating copy to clipboard operation
overlayed copied to clipboard

support multi-machine in single configuration

Open bengreenier opened this issue 5 years ago • 0 comments

When we're designing the serialization system (see #3) we should provide a way to index settings by machine name, or similar. A preliminary design that comes to mind is something like:

"benMachine1": { /* per-machine settings, existing schema */ },
"benMachine2": { /* ... */},
...

bengreenier avatar Sep 01 '18 22:09 bengreenier