CodeRus Posted November 16, 2017 Report Share Posted November 16, 2017 (edited) Is it possible to inject values into the config files via environment variables such as setting the worldserver database information like so: CharacterDatabaseInfo = ${CHAR_DATABASE} Edited November 16, 2017 by CodeRus Link to comment Share on other sites More sharing options...
Ibeatdungeon Posted November 16, 2017 Report Share Posted November 16, 2017 Not natively, bit how much customization do you want to do? I used perl templating quick to modify conf.dist into conf on compile. It would be pretty easy to sed/awk some minor changes. Link to comment Share on other sites More sharing options...
Recommended Posts