17 lines
268 B
JSON
17 lines
268 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"app": {
|
|
"type": "micro-app",
|
|
"port": 14000,
|
|
"remote": {
|
|
"host": "localhost",
|
|
"path": "/api/router"
|
|
},
|
|
"micro": {
|
|
"remote": {
|
|
"host": "localhost",
|
|
"port": 3001
|
|
}
|
|
}
|
|
}
|
|
} |