mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Change task runner default healthcheck server port to 5681 (no-changelog) (#11910)
This commit is contained in:
@@ -9,7 +9,7 @@ class HealthcheckServerConfig {
|
||||
host: string = '127.0.0.1';
|
||||
|
||||
@Env('N8N_RUNNERS_SERVER_PORT')
|
||||
port: number = 5680;
|
||||
port: number = 5681;
|
||||
}
|
||||
|
||||
@Config
|
||||
|
||||
Reference in New Issue
Block a user