steedos-server-config

Installation
SKILL.md

Steedos Server Configuration | Steedos 服务端配置

Overview | 概述

Configuration is loaded from three sources (in priority order):

  1. Environment variables (.env file or system env)
  2. Project config (steedos-config.yml in working directory)
  3. Default settings (default.steedos.settings.yml shipped 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
Installs
13
GitHub Stars
1.6K
First Seen
Apr 24, 2026