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:
parent
6c766eba86
commit
0d3bf0cd00
@ -47,7 +47,16 @@
|
||||
"now-running": "Server now running at __listenpath__",
|
||||
"failed-to-start": "Failed to start server:",
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user