mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-14 20:34:00 +01:00
11 lines
144 B
JSON
11 lines
144 B
JSON
{
|
|
"application": {
|
|
"name": "Fake HTTP Server"
|
|
},
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 8080,
|
|
"protocol": "https"
|
|
}
|
|
}
|