mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
add env example
This commit is contained in:
parent
c042d2f323
commit
dd59127e97
14
mishards/.env.example
Normal file
14
mishards/.env.example
Normal file
@ -0,0 +1,14 @@
|
||||
DEBUG=False
|
||||
|
||||
WOSERVER=tcp://127.0.0.1:19530
|
||||
TESTING_WOSERVER=tcp://127.0.0.1:19530
|
||||
SERVER_PORT=19531
|
||||
|
||||
SD_NAMESPACE=xp
|
||||
SD_IN_CLUSTER=False
|
||||
SD_POLL_INTERVAL=5
|
||||
SD_ROSERVER_POD_PATT=.*-ro-servers-.*
|
||||
SD_LABEL_SELECTOR=tier=ro-servers
|
||||
|
||||
SQLALCHEMY_DATABASE_URI=mysql+pymysql://root:root@127.0.0.1:3306/milvus?charset=utf8mb4
|
||||
SQL_ECHO=True
|
||||
Loading…
x
Reference in New Issue
Block a user