config/source/service: change default namespace to micro (#1798)
Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
parent
859b9e7786
commit
f5ed7e5833
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
DefaultName = "go.micro.config"
|
DefaultName = "go.micro.config"
|
||||||
DefaultNamespace = "global"
|
DefaultNamespace = "micro"
|
||||||
DefaultPath = ""
|
DefaultPath = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user