diff --git a/core/utils/Debug.go b/core/utils/Debug.go index 0aa458e..379b810 100644 --- a/core/utils/Debug.go +++ b/core/utils/Debug.go @@ -129,7 +129,7 @@ table tr:nth-child(even), tbody tr:nth-child(even) { background-color: rgba(0, 0
Port | {{.Config.Port}} |
---|---|
Pool Size | {{.Config.PoolSize}} |
Debug Mode | {{.Config.Debug}} |
Log Level | {{.Config.LogLevel}} |
HTTP Logging | {{.Config.HTTPLoggingEnabled}} |
Port | {{.Config.Server.Port}} |
Pool Size | {{.Config.Runner.PoolSize}} |
Debug Mode | {{.Config.Server.Debug}} |
Log Level | {{.Config.Server.LogLevel}} |
HTTP Logging | {{.Config.Server.HTTPLogging}} |
Directories |
- Routes: {{.Config.RoutesDir}}
- Static: {{.Config.StaticDir}}
- Override: {{.Config.OverrideDir}}
- Libs: {{range .Config.LibDirs}}{{.}}, {{end}}
- |
-
Watchers | -
- Routes: {{index .Config.Watchers "routes"}}
- Static: {{index .Config.Watchers "static"}}
- Modules: {{index .Config.Watchers "modules"}}
+ Routes: {{.Config.Dirs.Routes}}
+ Static: {{.Config.Dirs.Static}}
+ Override: {{.Config.Dirs.Override}}
+ Libs: {{range .Config.Dirs.Libs}}{{.}}, {{end}}
|