mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
refactor(core): Change task runner default healthcheck server port to 5681 (no-changelog) (#11910)
This commit is contained in:
parent
137193c3e9
commit
9cc3b210d7
|
@ -9,7 +9,7 @@ class HealthcheckServerConfig {
|
|||
host: string = '127.0.0.1';
|
||||
|
||||
@Env('N8N_RUNNERS_SERVER_PORT')
|
||||
port: number = 5680;
|
||||
port: number = 5681;
|
||||
}
|
||||
|
||||
@Config
|
||||
|
|
Loading…
Reference in a new issue