mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add missing configuration file
This commit is contained in:
parent
a9307cc4e0
commit
d57785547c
1 changed files with 24 additions and 0 deletions
24
etc/loopback.json
Normal file
24
etc/loopback.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"stats" : 1,
|
||||
|
||||
"nodes" : {
|
||||
"node1" : {
|
||||
"type" : "socket",
|
||||
"local" : "127.0.0.1:12000",
|
||||
"remote" : "127.0.0.1:12001",
|
||||
|
||||
"hooks" : [
|
||||
{
|
||||
"type" : "stats",
|
||||
"verbose" : true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"paths" : [
|
||||
{
|
||||
"in" : "node1",
|
||||
"out" : "node1"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue