-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config Validation #26
Labels
Comments
https://github.com/TryGhost/Ghost/blob/lts/core/server/utils/startup-check.js Also these checks belong to the Ghost-CLI. |
acburdine
changed the title
validate config and check for deprecated config values
Config Validation
Sep 30, 2016
12 tasks
acburdine
added a commit
to acburdine/Ghost-CLI
that referenced
this issue
Mar 15, 2017
closes TryGhost#26 - add `startup` checks to ghost-cli
acburdine
added a commit
that referenced
this issue
Mar 15, 2017
closes #26 - add `startup` checks to ghost-cli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed:
We want to outsource validating a config file from Ghost. Another thing we can outsource is checking for deprecated config values.
See https://github.com/TryGhost/Ghost/blob/lts/core/server/config/index.js#L406
See https://github.com/TryGhost/Ghost/blob/lts/core/server/config/index.js#L487
See TryGhost/Ghost#7488 (comment)
The text was updated successfully, but these errors were encountered: