diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-16 10:22:05 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-16 10:28:25 +0000 |
| commit | 489c393d47ac42dee939e741b732958b082539a7 (patch) | |
| tree | 9f5619374f605bd276d78ccc5e793a6433ffa6fc /examples/data/config.json | |
| parent | 46b0cfd792a2187d8984f55b9cf59493ec078239 (diff) | |
Fixed bug related to 'defer' and added some examples.
Diffstat (limited to 'examples/data/config.json')
| -rw-r--r-- | examples/data/config.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" + ] +} |
