mirage-config/examples/json/config.json

11 lines
144 B
JSON
Raw Permalink Normal View History

2022-09-25 18:03:26 +02:00
{
"application": {
"name": "Fake HTTP Server"
},
"server": {
"host": "localhost",
"port": 8080,
"protocol": "https"
}
}