Configuration
ecosystem.json
Full Format
{
"apps": [{
"name": "Rumi Admin Webserver",
"script": "./app/index.js",
"args": [8001],
"instances": 4,
"max_memory_restart": "256M"
}],
"agents": [{
"name": "Local Agent",
"url": "http://localhost:7778/rumi-agent",
"access": "proxy"
}],
"proxy": {
"port": 8000
},
"ldap": {
"enabled": false
},
"okta": {
"enabled": false,
"token": "",
"domain": ""
}
}apps
Field
Type
Description
agents
Field
Type
Description
proxy
Field
Type
Description
ldap
Field
Type
Description
okta
Field
Type
Description
Environment Variables
Variable
Description
Database
Table
Description
REST API Endpoints
Agent Management
Method
Path
Description
User and Configuration
Method
Path
Description
Last updated