Team-Silver-Sphere / SquadJS

Squad Server Script Framework
Boost Software License 1.0
166 stars 125 forks source link

Improve configuration management for multiple servers #283

Closed reck1610 closed 12 months ago

reck1610 commented 1 year ago

This allows you to split up your configuration and reuse parts on multiple servers.

This changes the example configuration name as proposed in #275

closes #282, closes #275

steelskillet commented 12 months ago

Rather than defining what configs to layer when you run squadjs. I think it would be better to have an include directive (eg !include "path to other config"). This would work better for automation systems that use squadjs and would keep the ordering and what other configs are required for a particular configuration inside that configuration file.

werewolfboy13 commented 12 months ago

Review stalled moving this over to #320

CLOSING DUE TO LACK OF RESPONSE