Rename env vars prefix to ND_

This commit is contained in:
Deluan
2020-01-24 01:29:31 -05:00
parent d48ddacaba
commit bff6f3a4bd
18 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func (api *Router) routes() http.Handler {
r.Use(checkRequiredParameters)
// Add validation middleware if not disabled
if !conf.Sonic.DevDisableAuthentication {
if !conf.Server.DevDisableAuthentication {
r.Use(authenticate(api.Users))
// TODO Validate version
}