Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-20 22:42:53 -05:00
Code
Issues
Activity
c885dac30a
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 14:42:06 +01: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 13:46:30 +01: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 14:42:06 +01:00
module
.
exports
=
loader
.
loadNconf
(
)
;
Reference in a new issue
Copy permalink