{ "port": 3000, "app_name": "WebConfig Example", "debug": true, "database": { "host": "localhost", "port": 5432, "name": "example_db" }, "allowed_origins": ["http://localhost:3000", "http://example.com"] }