diff options
Diffstat (limited to 'gitsyncer')
| -rw-r--r-- | gitsyncer/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json index 744d119..a995e81 100644 --- a/gitsyncer/config.json +++ b/gitsyncer/config.json @@ -10,7 +10,9 @@ }, { "host": "ssh://git@r0:30022/repos", - "backupLocation": true + "backupLocation": true, + "descriptionSyncHost": "root@r0", + "descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos" } ], "repositories": [], |
