hub.fastgit.org/hashicorp/consul.git@v1.4.5/agent/config/default_oss.go (about) 1 // +build !ent 2 3 package config 4 5 // DefaultEnterpriseSource returns the consul agent configuration for the enterprise mode. 6 // This should be merged in the tail after the DefaultConsulSource. 7 func DefaultEnterpriseSource() Source { 8 return Source{ 9 Name: "enterprise", 10 Format: "hcl", 11 Data: ``, 12 } 13 }