diff --git a/examples/config.json b/examples/config.json new file mode 100644 index 0000000..01f2605 --- /dev/null +++ b/examples/config.json @@ -0,0 +1,16 @@ +{ + "app": { + "name": "myapp", + "version": "1.0.0", + "debug": true + }, + "database": { + "host": "localhost", + "port": 5432, + "name": "mydb" + }, + "logging": { + "level": "INFO", + "file": "app.log" + } +}