File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- GRPC_SERVER_ROOT_PASSWORD = 123 // required
2- GRPC_SERVER_DIMENSION = 3 // required
1+ GRPC_SERVER_ROOT_PASSWORD = 123 # required
2+ GRPC_SERVER_DIMENSION = 3 # required
33
4- GRPC_SERVER_HOST = localhost // defaults to 127.0.0.1 aka localhost
5- GRPC_SERVER_PORT = 8080 // defaults to 8080
6- GRPC_SERVER_STORAGE_TYPE = inmemory // (inmemory/rocksdb) defaults to 'inmemory'
7- GRPC_SERVER_INDEX_TYPE = flat // defaults to flat
8- GRPC_SERVER_DATA_PATH = data // defaults to a temporary directory
9- GRPC_SERVER_LOGGING = true // defaults to true
4+ GRPC_SERVER_HOST = localhost # defaults to 127.0.0.1 aka localhost
5+ GRPC_SERVER_PORT = 8080 # defaults to 8080
6+ GRPC_SERVER_STORAGE_TYPE = inmemory # (inmemory/rocksdb) defaults to 'inmemory'
7+ GRPC_SERVER_INDEX_TYPE = flat # defaults to flat
8+ GRPC_SERVER_DATA_PATH = data # defaults to a temporary directory
9+ GRPC_SERVER_LOGGING = true # defaults to true
Original file line number Diff line number Diff line change 1+
You can’t perform that action at this time.
0 commit comments