steedos-server-config
Installation
SKILL.md
Steedos Server Configuration | Steedos 服务端配置
Overview | 概述
Configuration is loaded from three sources (in priority order):
- Environment variables (
.envfile or system env) - Project config (
steedos-config.ymlin working directory) - Default settings (
default.steedos.settings.ymlshipped with server)
YAML values support ${ENV_VAR} interpolation from environment variables.
Required Environment Variables | 必需环境变量
| Variable | Description | Example |
|---|---|---|
MONGO_URL |
MongoDB connection string | mongodb://localhost:27017/steedos |
ROOT_URL |
Application root URL | http://localhost:5100 |
B6_TRANSPORTER |
Moleculer transporter (Redis) | redis://localhost:6379 |
Related skills