This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c30a8b82d1
Ghost
/
core
/
shared
/
config
/
index.js
4 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Renamed config index to loader - Renamed the file in line with our rules around index.js files - Cleaned up some outdated code patterns - Want to make the config module a little clearer in what it does
2021-06-16 16:42:06 +03:00
const
loader
=
require
(
'./loader'
)
;
🎨 config optimisations (#7921) refs #7488 - rename file keys for config files, see https://github.com/TryGhost/Ghost/pull/7493/files - add tests to avoid running into config hierarchy problems again - overrides.json is the strongest! - argv/env can override any default - custom config can override defaults - reorganise util functions for config again
2017-02-02 15:46:30 +03:00
Renamed config index to loader - Renamed the file in line with our rules around index.js files - Cleaned up some outdated code patterns - Want to make the config module a little clearer in what it does
2021-06-16 16:42:06 +03:00
module
.
exports
=
loader
.
loadNconf
(
)
;
Reference in New Issue
Copy Permalink