move namespace option under HTTP
This commit is contained in:
@@ -17,8 +17,9 @@ type Debug struct {
|
|||||||
|
|
||||||
// HTTP defines the available http configuration.
|
// HTTP defines the available http configuration.
|
||||||
type HTTP struct {
|
type HTTP struct {
|
||||||
Addr string
|
Addr string
|
||||||
Root string
|
Root string
|
||||||
|
Namespace string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tracing defines the available tracing configuration.
|
// Tracing defines the available tracing configuration.
|
||||||
@@ -37,8 +38,7 @@ type Asset struct {
|
|||||||
|
|
||||||
// Phoenix defines the available phoenic configuration.
|
// Phoenix defines the available phoenic configuration.
|
||||||
type Phoenix struct {
|
type Phoenix struct {
|
||||||
Path string
|
Path string
|
||||||
Namespace string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Config combines all available configuration parts.
|
// Config combines all available configuration parts.
|
||||||
|
|||||||
Reference in New Issue
Block a user