This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
clan-docs/configs.json
2023-06-25 13:15:18 +02:00

16 lines
274 B
JSON

{
"default": {
"adminMode": "local",
"networkLayer": "yggdrasil",
"applications": {
"syncthing": {
"enable": true,
"sharedFolders": [ "/shared/docs" ]
},
"mumbleClient": {
"server": "mumble.hiboss"
}
}
}
}