upgraded configs and added lots of tests

This commit is contained in:
Boki 2025-06-20 16:03:27 -04:00
parent c2420a34f1
commit 62a29259b9
7 changed files with 1583 additions and 16 deletions

View file

@ -170,6 +170,10 @@ export class EnvLoader implements ConfigLoader {
'YAHOO_ENABLED': ['providers', 'yahoo', 'enabled'],
'YAHOO_PRIORITY': ['providers', 'yahoo', 'priority'],
// General application config mappings
'NAME': ['name'],
'VERSION': ['version'],
// Special mappings to avoid conflicts
'DEBUG_MODE': ['debug'],
};