Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 7cfa8d3

Browse files
committed
avoid downloading vmart data
1 parent ce99491 commit 7cfa8d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/dev.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1
1616
APP_DB_USER=vertica
1717
APP_DB_PASSWORD=Password1
1818
VERTICA_DB_NAME=vertica
19+
20+
# To prevent generating sample demo VMart data (more about it here https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/GettingStartedGuide/IntroducingVMart/IntroducingVMart.htm),
21+
# leave VMART_DIR and VMART_ETL_SCRIPT empty.
22+
VMART_DIR=
23+
VMART_ETL_SCRIPT=

0 commit comments

Comments
 (0)