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