summaryrefslogtreecommitdiff
path: root/examples/data/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/config.json')
-rw-r--r--examples/data/config.json13
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"
+ ]
+}