This commit is contained in:
Alexander Neumann
2018-05-13 22:42:42 +02:00
parent 0758c92afc
commit ea565df3e8
5 changed files with 20 additions and 34 deletions
+4
View File
@@ -5,10 +5,14 @@
"Backends": {
"bar": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/srv/data/repo"
},
"foo": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/srv/data/repo"
}
},
+1 -1
View File
@@ -1,5 +1,5 @@
backend "test" {
backend = "local"
type = "local"
path = "/foo/bar/baz"
}
+3 -1
View File
@@ -4,7 +4,9 @@
"PasswordFile": "",
"Backends": {
"test": {
"Type": "",
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar/baz"
}
},