mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
remove dummy settings
This commit is contained in:
parent
dd59127e97
commit
cee3d7e20c
@ -8,8 +8,6 @@ env.read_env()
|
||||
|
||||
DEBUG = env.bool('DEBUG', False)
|
||||
|
||||
METADATA_URI = env.str('METADATA_URI', '')
|
||||
|
||||
LOG_LEVEL = env.str('LOG_LEVEL', 'DEBUG' if DEBUG else 'INFO')
|
||||
LOG_PATH = env.str('LOG_PATH', '/tmp/mishards')
|
||||
LOG_NAME = env.str('LOG_NAME', 'logfile')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user