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