cleanup: itest removed from harmonydb

This commit is contained in:
Andrew Jackson (Ajax)
2023-07-27 18:42:16 -05:00
parent d39e699e1f
commit 0a57b84898
3 changed files with 0 additions and 18 deletions
@@ -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 = ""
-7
View File
@@ -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{
{
-4
View File
@@ -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
}