Skip to content

Commit

Permalink
Replacing variable with skip_conn_error_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Grigorev committed Oct 29, 2024
1 parent 6a5fe11 commit 618cfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/demo-lab/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LOG_LEVEL=debug
#PGSCV_COLLECT_TOP_QUERY=15
#PGSCV_COLLECT_TOP_TABLE=15
#PGSCV_COLLECT_TOP_INDEX=15
#PGSCV_TEST_DB_CONNECTION_ON_STARTUP=f
#PGSCV_SKIP_CONN_ERROR_MODE=t
#POSTGRES_DSN_db1=postgresql://pgscv:pgscv@host1:5432/pgbench1
#POSTGRES_DSN_db2=postgresql://pgscv:pgscv@host1:5432/pgbench2
#PGSCV_DATABASES="^pgbench.*$"
Expand Down
2 changes: 1 addition & 1 deletion deploy/demo-lab/pgscv/pgscv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ no_track_mode: false
#collect_top_query: 10
#collect_top_table: 10
#collect_top_index: 10
#test_db_connection_on_startup: false
#skip_conn_error_mode: true
services:
"postgres12":
service_type: "postgres"
Expand Down

0 comments on commit 618cfa3

Please sign in to comment.