Replies: 1 comment
-
Here is a potential (JSON) structure, {
"base": "tier2",
"custom": {
"package_mirrors": "Nexus",
"internet_outbound": true,
"internet_inbound": false,
"remote_connections": "RDP",
"copy_paste": true
},
"common": {
"shmId": "testa",
"subscriptionName": "Turing SRE - Sandbox (SHM Test A)",
"ipPrefix": "10.151.0",
},
"overrides": {}
}
The definitions of each |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we improve the user-facing configuration file so that,
Currently there is an overrides section, but it requires knowledge of the structure of the full, internal configuration.
Beta Was this translation helpful? Give feedback.
All reactions