1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

refactor(api): introduce ExtensionServer constant

This commit is contained in:
Anthony Lapenna 2019-06-23 11:36:45 +12:00
parent b3c7c76be2
commit 7a8a54c96a
2 changed files with 3 additions and 1 deletions

View file

@ -876,6 +876,8 @@ const (
PortainerAgentSignatureMessage = "Portainer-App"
// SupportedDockerAPIVersion is the minimum Docker API version supported by Portainer
SupportedDockerAPIVersion = "1.24"
// ExtensionServer represents the server used by Portainer to communicate with extensions
ExtensionServer = "localhost"
)
const (