wallace-screen-app/config/terminal.ts

8 lines
253 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const TERMINAL_CONFIG = {
/** 发布 APK 前切换为 false,并填写正式绑定域名。 */
useMock: true,
bindPageUrl: 'https://screen-dev.wallace.example.com/bind',
bindingPollIntervalMs: 10_000,
mockAutoBindAfterMs: 15_000
} as const