Skip to content

Commit 52e098e

Browse files
Reverted change in dot_config_local.yml to keep ScanProject1_db as a reference for setting up self tests locally.
1 parent 04d3225 commit 52e098e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dot/config/example/self_tests/dot_config_local.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ dot_db:
1010
dbname: dot_db
1111
schema: self_tests_dot
1212
threads: 4
13+
ScanProject1_db:
14+
type: postgres
15+
host: localhost
16+
user: postgres
17+
pass: "{{ env_var('POSTGRES_PASSWORD') }}"
18+
port: 5432
19+
dbname: dot_db
20+
schema: self_tests_public
21+
threads: 4

0 commit comments

Comments
 (0)