first commit
This commit is contained in:
12
apps/miniprogram/.env.example
Normal file
12
apps/miniprogram/.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# MiniProgram 运维配置(不对用户展示)
|
||||
GATEWAY_URL=wss://gateway.example.com
|
||||
GATEWAY_TOKEN=replace-with-strong-random-token
|
||||
|
||||
# 可选:其余参数不填则使用代码默认值
|
||||
HOST_KEY_POLICY=strict
|
||||
CREDENTIAL_MEMORY_POLICY=remember
|
||||
GATEWAY_CONNECT_TIMEOUT_MS=12000
|
||||
WAIT_FOR_CONNECTED_TIMEOUT_MS=15000
|
||||
TERMINAL_BUFFER_MAX_ENTRIES=5000
|
||||
TERMINAL_BUFFER_MAX_BYTES=4194304
|
||||
MASK_SECRETS=true
|
||||
Reference in New Issue
Block a user