From 489c393d47ac42dee939e741b732958b082539a7 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Fri, 16 Jan 2026 10:22:05 +0000 Subject: Fixed bug related to 'defer' and added some examples. --- examples/data/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/data/config.json (limited to 'examples/data/config.json') diff --git a/examples/data/config.json b/examples/data/config.json new file mode 100644 index 0000000..e3dfe29 --- /dev/null +++ b/examples/data/config.json @@ -0,0 +1,13 @@ +{ + "server_name": "ZenServer", + "port": 8080, + "max_connections": 100, + "features": { + "logging": true, + "metrics": false + }, + "allowed_hosts": [ + "localhost", + "127.0.0.1" + ] +} -- cgit v1.2.3