We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4cd6c commit 59e2fc0Copy full SHA for 59e2fc0
1 file changed
experiment-trait-data-visualizer/cache-refresh.R
@@ -14,7 +14,7 @@ options(scipen=999)
14
bety_src <- src_postgres(dbname = "bety",
15
password = 'bety',
16
#host = 'terra-bety.default',
17
- host = 'bety6',
+ host = 'localhost',
18
user = 'bety',
19
port = 5432)
20
0 commit comments