Skip to content

Commit

Permalink
refine .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjunger committed Jan 27, 2023
1 parent 21248a1 commit dc30926
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0: disable | 1: show all SQL queries
DEBUG=0
# ID of build used to prefix resources. Set locally to distinguish DBs in TD
BUILD_PREFIX=
# Test suite name to prefix resources
SUITE=

ABS_ACCOUNT_NAME=user_storage
ABS_ACCOUNT_KEY=xxxx
Expand Down Expand Up @@ -26,9 +31,6 @@ EXASOL_HOST=exasol:8563
EXASOL_USERNAME=sys
EXASOL_PASSWORD=exasol

# ID of build used to prefix resources. Set locally to distinguish DBs in TD
BUILD_PREFIX=

TERADATA_HOST=
TERADATA_USERNAME=
TERADATA_PASSWORD=
Expand All @@ -49,3 +51,6 @@ GCS_INTEGRATION_NAME=

BQ_KEY_FILE=
BQ_BUCKET_NAME=

# S3 | ABS | GCS
STORAGE_TYPE=

0 comments on commit dc30926

Please sign in to comment.