We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebdf6c commit ef4cd6cCopy full SHA for ef4cd6c
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 = 'localhost',
+ host = 'bety6',
18
user = 'bety',
19
port = 5432)
20
0 commit comments