{
"application": {
"name": "myapp",
"version": "1.0.0",
"debug": true,
"environment": "development"
},
"database": {
"host": "localhost",
"port": 5432,
"name": "myapp_dev",
"timeout": 30
},
"services": {
"auth": {
"enabled": true,
"url": "http://localhost:8080"
},
"cache": {
"enabled": false,
"url": "redis://localhost:6379"
}
}
}