Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Tinyid client config

duimba edited this page Oct 14, 2018 · 1 revision

tinyid_client.properties

必须的配置如下:

tinyid.server=localhost:9999
tinyid.token=0f673adf80504e2eaa552f5d791b644c

多server的配置用","分隔,server部署后如果带后缀,可配置在后端后,如下:

tinyid.server=localhost:9999/gateway,ip2:port2/prefix
# 如下两个是连接server的两个可选参数,单位是毫秒,默认是5000
tinyid.readTimeout=3000
tinyid.connectTimeout=3000

Clone this wiki locally