mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-31 03:43:35 +01:00
19 lines
340 B
Text
19 lines
340 B
Text
|
{
|
||
|
"clusters":[
|
||
|
{
|
||
|
"name":"dummy1",
|
||
|
"nodes": [
|
||
|
"10.0.0.1",
|
||
|
"10.0.0.2",
|
||
|
"10.0.0.3"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name":"dummy2",
|
||
|
"nodes": [
|
||
|
"127.0.0.1",
|
||
|
"127.0.0.2"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|