mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-11 06:24:32 +00:00
allow environment override for fulltextSearch.provider
property
This commit is contained in:
parent
f36029f795
commit
92a6757914
1 changed files with 1 additions and 0 deletions
|
@ -518,6 +518,7 @@ function applyEnvOverrides(config: Source) {
|
|||
['redis', 'redisForPubsub', 'redisForJobQueue', 'redisForTimelines', 'redisForReactions'],
|
||||
['host', 'port', 'username', 'pass', 'db', 'prefix'],
|
||||
]);
|
||||
_apply_top(['fulltextSearch', ['provider']]);
|
||||
_apply_top(['meilisearch', ['host', 'port', 'apikey', 'ssl', 'index', 'scope']]);
|
||||
_apply_top([['sentryForFrontend', 'sentryForBackend'], 'options', ['dsn', 'profileSampleRate', 'serverName', 'includeLocalVariables', 'proxy', 'keepAlive', 'caCerts']]);
|
||||
_apply_top(['sentryForBackend', 'enableNodeProfiling']);
|
||||
|
|
Loading…
Add table
Reference in a new issue