mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 10:37:52 +00:00

Some checks are pending
CI / test (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
34 lines
635 B
TypeScript
34 lines
635 B
TypeScript
// Generated by Wrangler
|
|
// After adding bindings to `wrangler.toml`, regenerate this interface via `npm run cf-typegen`
|
|
interface Env {
|
|
TRANSACTOR: DurableObjectNamespace
|
|
|
|
SERVER_SECRET: string
|
|
|
|
HYPERDRIVE: Hyperdrive
|
|
|
|
ACCOUNTS_URL: string
|
|
|
|
DB_URL: string | undefined
|
|
|
|
STATS_URL: string | undefined
|
|
|
|
ENABLE_COMPRESSION: string | undefined
|
|
|
|
FULLTEXT_URL: string | undefined
|
|
|
|
DB_MODE: 'hyperdrive' | 'direct' | undefined
|
|
|
|
FRONT_URL: string
|
|
|
|
FILES_URL?: string
|
|
|
|
SES_URL?: string
|
|
SES_AUTH_TOKEN?: string
|
|
SUPPORT_WORKSPACE?: string
|
|
TELEGRAM_BOT_URL: string
|
|
AI_BOT_URL?: string
|
|
LAST_NAME_FIRST?: string
|
|
|
|
}
|