mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
8 lines
159 B
JSON
8 lines
159 B
JSON
{
|
|
"server": {
|
|
"host": "$MIRAGE_TEST_HOSTNAME",
|
|
"port": "${MIRAGE_TEST_PORT:8118}"
|
|
},
|
|
"app": "${MIRAGE_TEST_APP_NAME} server - built with love"
|
|
}
|