mirage-config/examples/json/config.json
2022-09-25 19:03:26 +03:00

11 lines
144 B
JSON

{
"application": {
"name": "Fake HTTP Server"
},
"server": {
"host": "localhost",
"port": 8080,
"protocol": "https"
}
}