Skip to content

Commit

Permalink
Add environment test variables for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
copyonwrite committed Oct 17, 2024
1 parent 9b85a7a commit 5d81a4a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .testenv-devcontainer
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

LOCAL_TEST_DB=true

DB_USER=mariadb
DB_PASSWORD=mariadb
DB_ROOT_PASSWORD=mariadb
DB_NAME=heureka
DB_ADDRESS=mariadb
DB_PORT=3306
DB_SCHEMA=internal/database/mariadb/init/schema.sql

LOG_PRETTY_PRINT=true

SEED_MODE=false

0 comments on commit 5d81a4a

Please sign in to comment.