cleanup: itest removed from harmonydb
This commit is contained in:
parent
d39e699e1f
commit
0a57b84898
@ -926,11 +926,4 @@
|
||||
# env var: LOTUS_HARMONYDB_PORT
|
||||
#Port = "5433"
|
||||
|
||||
# ITest is for optimized integration testing and not
|
||||
# for production. Blank for default production configuration.
|
||||
#
|
||||
# type: string
|
||||
# env var: LOTUS_HARMONYDB_ITEST
|
||||
#ITest = ""
|
||||
|
||||
|
||||
|
@ -500,13 +500,6 @@ in a cluster. Only 1 is required`,
|
||||
|
||||
Comment: `The port to find Yugabyte. Blank for default.`,
|
||||
},
|
||||
{
|
||||
Name: "ITest",
|
||||
Type: "string",
|
||||
|
||||
Comment: `ITest is for optimized integration testing and not
|
||||
for production. Blank for default production configuration.`,
|
||||
},
|
||||
},
|
||||
"IndexConfig": []DocField{
|
||||
{
|
||||
|
@ -751,8 +751,4 @@ type HarmonyDB struct {
|
||||
|
||||
// The port to find Yugabyte. Blank for default.
|
||||
Port string
|
||||
|
||||
// ITest is for optimized integration testing and not
|
||||
// for production. Blank for default production configuration.
|
||||
ITest string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user