summaryrefslogtreecommitdiff
path: root/lib/config/oldEnvironment.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-31Fix eslint warningsSheogorath1-1/+1
Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-05-08fix(config): ssl environment configs not parse properlyRaccoon Li1-1/+3
2017-05-08fix(config): some environment config not parse properlyRaccoon Li1-1/+1
2017-05-08refactor(config.js): Extract config fileBoHong Li1-0/+8
* Separate different config source to each files * Freeze config object