Initial upload: ConfDoc v0.1.0 - Config validation and documentation generator

This commit is contained in:
2026-01-31 07:10:18 +00:00
parent 7027eb9287
commit c3a025afe4

16
examples/config.json Normal file
View File

@@ -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"
}
}