mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(networking): convert from localhost addresses to 127.0.0.1 (#3411)
This commit is contained in:
parent
3d5bdab620
commit
b2f36a3bbe
7 changed files with 7 additions and 7 deletions
|
@ -953,7 +953,7 @@ const (
|
|||
// to be used when communicating with an agent
|
||||
PortainerAgentSignatureMessage = "Portainer-App"
|
||||
// ExtensionServer represents the server used by Portainer to communicate with extensions
|
||||
ExtensionServer = "localhost"
|
||||
ExtensionServer = "127.0.0.1"
|
||||
// DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance
|
||||
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
||||
// LocalExtensionManifestFile represents the name of the local manifest file for extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue