1
0
Fork 0

Change the provider separator from . to @

This commit is contained in:
Ludovic Fernandez 2019-06-20 00:40:05 +02:00 committed by Traefiker Bot
parent 4012599264
commit e9792b446f
34 changed files with 465 additions and 465 deletions

View file

@ -8,14 +8,14 @@
}
]
},
"name": "myprovider.bar",
"provider": "myprovider",
"name": "myprovider@bar",
"provider": "myprovider@bar",
"serverStatus": {
"http://127.0.0.1": "UP"
},
"usedBy": [
"myprovider.foo",
"myprovider.test"
"myprovider@foo",
"myprovider@test"
]
},
{
@ -27,13 +27,13 @@
}
]
},
"name": "myprovider.baz",
"provider": "myprovider",
"name": "myprovider@baz",
"provider": "myprovider@baz",
"serverStatus": {
"http://127.0.0.2": "UP"
},
"usedBy": [
"myprovider.foo"
"myprovider@foo"
]
}
]