move namespace option under HTTP

This commit is contained in:
A.Unger
2019-12-24 11:41:42 +01:00
parent 646c67fd20
commit 69e594ace5

View File

@@ -17,8 +17,9 @@ type Debug struct {
// HTTP defines the available http configuration.
type HTTP struct {
Addr string
Root string
Addr string
Root string
Namespace string
}
// Tracing defines the available tracing configuration.
@@ -37,8 +38,7 @@ type Asset struct {
// Phoenix defines the available phoenic configuration.
type Phoenix struct {
Path string
Namespace string
Path string
}
// Config combines all available configuration parts.