mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
conf/dev/knoe.cfg had a stale SERVICE_NAMESPACE=default written by a prior TUI session. Also guard _service_namespace() so the value 'default' is never returned — it is never a valid service namespace and signals a stale generated config. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
190 B
INI
10 lines
190 B
INI
; Knoe Master Configuration File
|
|
; Generated by knoe_conf
|
|
|
|
[Global]
|
|
CLUSTER_ENV = dev
|
|
NAMESPACE = knoe-db
|
|
DATABASE_NAMESPACE = knoe-db
|
|
SERVICE_NAMESPACE = knoe-system
|
|
CLUSTER_NAME = knoe-db
|