{
"config": {
"database": {
"host": "localhost",
"port": 5433,
"name": "myapp"
},
"cache": {
"enabled": true,
"ttl": 3600
},
"logging": {
"level": "debug",
"format": "json"
}
},
"version": "1.1",
"features": [
"auth",
"logging",
"cache",
"monitoring"
]
}