{ "domain": "localhost", "port": 8080, "db_path": "./ucs.db", "limits_per_minute": { "get": 500, "post": 20 }, "sites": { "localhost": { "info": { "id": 2, "url": "localhost", "comment_token": "שלום" }, "cors": ["http://localhost"], "max_lengths": { "user": 20, "website": 100, "message": 200 } } } }