upgraded configs and added lots of tests
This commit is contained in:
parent
c2420a34f1
commit
62a29259b9
7 changed files with 1583 additions and 16 deletions
|
|
@ -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'],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue