1{ 2 "database": { 3 "host": "localhost", 4 "port": 5432, 5 "credentials": { 6 "username": "admin", 7 "password": "secret" 8 } 9 }, 10 "features": ["auth", "logging", "metrics"] 11}