config/source/service: change default namespace to micro (#1798)

Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
ben-toogood 2020-07-07 08:19:52 +01:00 committed by GitHub
parent 859b9e7786
commit f5ed7e5833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ import (
var (
DefaultName = "go.micro.config"
DefaultNamespace = "global"
DefaultNamespace = "micro"
DefaultPath = ""
)