Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.configmanager: Add ways to read config values from files | Kim Alvefur | 2 days | 1 | -0/+1 |
Inspired by something MattJ said Allows retrieving config values from files which are expected to be relative to the config directory, extending on the ENV_ method of retrieving config values from outside the config file. - FileLine retrieves the first line, stripping any trailing newline - FileContents reads the whole file - FileLines reads lines into an array |