chore(dev): Security:Auth:DisableLogin default off; enable in docker-dev central nodes

This commit is contained in:
Joseph Doherty
2026-06-11 04:29:47 -04:00
parent a92ba6a10b
commit a27e82c8d1
2 changed files with 7 additions and 0 deletions
@@ -5,5 +5,10 @@
{ "Name": "Console" },
{ "Name": "File", "Args": { "path": "logs/otopcua-.log", "rollingInterval": "Day" } }
]
},
"Security": {
"Auth": {
"DisableLogin": false
}
}
}