diff options
| author | Stefan Boberg <[email protected]> | 2023-01-26 14:03:51 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-01-26 14:03:51 +0100 |
| commit | 2155332d14ad7d517e590f6f8cd90585d22f09ab (patch) | |
| tree | 1e154a043ec1f42ed8c2a5116a7c5da2dac6541d /upstream-config-templates/zen_config.lua.j2 | |
| parent | merge (diff) | |
| download | zen-2155332d14ad7d517e590f6f8cd90585d22f09ab.tar.xz zen-2155332d14ad7d517e590f6f8cd90585d22f09ab.zip | |
removed some more mesh related debris
Diffstat (limited to 'upstream-config-templates/zen_config.lua.j2')
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index 2fe7a18c7..bec43e31a 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -9,7 +9,6 @@ server = { network = {
httpserverclass = "httpsys", -- httpsys|asio
port = 1337,
- meshenabled = false
}
gc = {
|