mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 20:39:03 +00:00
UBERF-9140: Pass fulltext URI (#7670)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
d020053d35
commit
0d7c2a6509
@ -94,7 +94,7 @@ export class Transactor extends DurableObject<Env> {
|
||||
externalStorage: storage,
|
||||
adapterSecurity: false,
|
||||
disableTriggers: false,
|
||||
fulltextUrl: undefined // TODO: Pass fulltext service URI.
|
||||
fulltextUrl: env.FULLTEXT_URL // TODO: Pass fulltext service URI.
|
||||
}
|
||||
)
|
||||
return await pipeline(ctx, ws, upgrade, broadcast, branding)
|
||||
|
2
workers/transactor/worker-configuration.d.ts
vendored
2
workers/transactor/worker-configuration.d.ts
vendored
@ -14,4 +14,6 @@ interface Env {
|
||||
STATS_URL: string | undefined
|
||||
|
||||
ENABLE_COMPRESSION: string | undefined
|
||||
|
||||
FULLTEXT_URL: string | undefined
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user