mirror of
https://github.com/diced/zipline.git
synced 2026-06-12 10:51:17 -07:00
Merge commit from fork
This commit is contained in:
@@ -169,10 +169,11 @@ export async function read() {
|
||||
}
|
||||
|
||||
global.__tamperedConfig__.push(col);
|
||||
logger.info('overriding database value from env', { col, value: val });
|
||||
}
|
||||
}
|
||||
|
||||
logger.debug("overridden db settings from env vars", { overridden: global.__tamperedConfig__ });
|
||||
|
||||
const raw = structuredClone(rawConfig);
|
||||
|
||||
for (const [key, value] of Object.entries(database)) {
|
||||
|
||||
Reference in New Issue
Block a user