1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Https refresh settings

This commit is contained in:
bartbutenaers 2020-05-13 23:49:30 +02:00 committed by GitHub
parent 6c766eba86
commit 0d3bf0cd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,16 @@
"now-running": "Server now running at __listenpath__", "now-running": "Server now running at __listenpath__",
"failed-to-start": "Failed to start server:", "failed-to-start": "Failed to start server:",
"headless-mode": "Running in headless mode", "headless-mode": "Running in headless mode",
"httpadminauth-deprecated": "use of httpAdminAuth is deprecated. Use adminAuth instead" "httpadminauth-deprecated": "use of httpAdminAuth is deprecated. Use adminAuth instead",
"https": {
"missing-fields": "Cannot refresh the https settings when the https property function doesn't return a 'key' and 'cert'",
"settings-refreshed": "The https settings have been refreshed",
"apply-failed": "Failed to apply the refreshed https settings: __message__",
"get-failed": "Failed to get the refreshed https settings: __message__",
"refresh-interval": "Refreshing https settings every __interval__ seconds",
"nodejs-version": "Cannot refresh the https settings automatically, because NodeJs version 11 or above is required",
"function-required": "Cannot refresh the https settings automatically (at httpsRefreshInterval), because the https property needs to be a function"
}
}, },
"api": { "api": {