Remove obsolete devMode option instance

This commit is contained in:
Daniel
2021-10-14 14:18:17 +02:00
parent b716f56eaf
commit 7e21e7c7d7
2 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import (
// Configuration Keys.
var (
// CfgDevModeKey is originally defined in portbase/config.
// CfgDevModeKey was previously defined here.
CfgDevModeKey = config.CfgDevModeKey
CfgNetworkServiceKey = "core/networkService"