feat(endpoints): add the ability to define endpoints from an external source
This commit is contained in:
@@ -10,4 +10,5 @@ const (
|
||||
defaultTLSCACertPath = "C:\\certs\\ca.pem"
|
||||
defaultTLSCertPath = "C:\\certs\\cert.pem"
|
||||
defaultTLSKeyPath = "C:\\certs\\key.pem"
|
||||
defaultSyncInterval = "60s"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user